I've created all the JNDIObjects. But I'm facing a problem where I'm loading a messages on to MQinput queue. The 1st series of node works but when the message comes to JMSInputnode to execute the second series, the flow processes 1 message and the stops processing the rest of the messages. (The output queue name of JMSOutputNode is same as the JMSInput node).
The JMSNodes are transactional, as I've set the Transactional properties of the node to Local.
I'm not sure why the flow is processing and the rest of the messages stops on JMSInputnode.
I've tried to look in to user.log for the error and I can see the messages are hanging because of below error -
The queue manager is reporting the next message in our current message group is not available. : BMTSIS07.c78e2421-1b01-0000-0080-d96466aee1c0: /build/S610_P/src/DataFlowEngine/ImbMqInputNode.cpp: 1138: ImbMqInputNode::readData: ComIbmMQInputNode:
But though I'm not using any grouping mechanism and nothing has been set on MQInput Node about it.
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