I need to send a message to a WMQ queue. RfhUtilc, a part of WebSphere MQ Explorer is the only tool I know. I managed to send a message with the proper text content, but I don't know how to set JMS properties.
With rfhutilc, when I browse other messages with JMS properties set correctly, they appear in the "usr" tab as:
<propName>value</propName><otherPropName>othervalue</otherPropName>
When I try to reverse it — paste such string into the "usr" tab and send the message — I'm not getting any content in this field, when I read the message back. As a result, my message-driven bean doesn't get the message, as its message selector depends on a JMS property.
Anyone knows how to set the properties with rfhutilc? Or perhaps suggest a more user-friendly tool that can do it?