NOde 1 is always get a message from client and the Node 2 is internal queue just to check for the status and the properties of the message i am checking as Browse only.
This scenario works very good for the first time. But the second time when i put message on node1 only becase the node 2 is always has a message(because i checked it for browse only) but collector node can not able to read from that node 2. its waiting for 30sec(timeout interval) and sending message to expiry terminal. Is there any way to get that message each and every time to collector node.
That is the requirement. because client always wants to check for the status ...if stuatus is on then flow will go on or flow will terminate there itself.
Your previous question, where I advised you to use Collector node, did not fully describe this situation.
You should not use Collector and two MQInputs for this.
You can use MQGet node to retrieve the message, but you really should strongly consider something like a SHARED variable that is populated by the contents of the second message, read with an MQInput node.
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