Hello,
I have been working on a listener for MQ. This listener involves the transactional listener, the listener notification, and a trigger.
Whenever I place a message on the queue that the listener is monitoring, everything works great. The document is published locally, the trigger calls the flow I am trying to use - great.
In the flow that is called by the trigger, I have tried 2 separate things with conflicting results. First, I attempt to write the message body of the published document to the debug log. What shows up is the following,
EDT [ISP.0090.003C] null
So apparently the message body of the MQ message is null. HOWEVER when I save the pipeline to a file, I see the message body exactly how I expected it in the XML formatted output.
Any ideas?
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods