Issue with receiving MapMessage from JMS trigger. WebMethods 9.10

Product/components used and version/fix level:

webMethods 9.10, fix level IS_9.10_Core_Fix5

Detailed explanation of the problem:

I’m using JMS trigger to receive MapMessage object. I can see it in MWS audit pipeline, but in the subscribing service, the JMSMessage/body is empty.

Please help.
Thank you.

@marinap Its should be available in JMSMessage/body/{object/string/bytes/data/message} . In which ever form you send the message. kindly double check

Hi Dinesh, in the flow service the body is an empty document without any of object/string.bytes/data/message

Using JMSMessage and consuming them later can be annoying. Imo its better to use publishable documents.

This is the important part. You need to get the message from where you publish to JMS. Check the publisher service and then compare it with consumer service. For example you can’t consume a message from object if you published it to string.

Avoiding JMS messages whenever possible is more convenient though, I would recommend changing the structure to use publishable documents instead. If the publisher is 3rd party then you should create a wrapper service instead of giving them JMS end points.

Thank you all for your help.
The publisher is a 3rd party tool. I gave up on trying to figure it out and asked for them to send concatinated string

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.