Posted: Wed Dec 07, 2011 6:15 am Post subject: mqget node help
Newbie
Joined: 07 Dec 2011 Posts: 3
Hi All
I have created a flow
mqInput->mqGet->fileOutput
using this I am geting the the name of queue for mqGet node dynamicaly
and thus writing the message of this queue in a file but using this i able to write only the top message from the queue into the file.
My question is how i can write all the messages from the queue into the file.
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
One piece of advice is NOT to simply connect the Output node of the MQGET (or any downstream processing) back to the input of the MQGET. This will rapidly lead you into the hellish world of stack overflow issues.
If you read about the MQGET NODE, you might come across something describing how it behaves when it doesn't find any messages. Perhaps it is different from it's behavior when it finds a message?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum