I need my java application to read messages from a queue as and when that queue receives a message. Can I link that queue with the java appln or is running my java appln as a background thread continu ...
The error I'm getting is ::
MQJE036: Queue manager rejected connection attempt
MQJE001: Completion Code 2, Reason 2058
______________________________________________
I don't have a MQClient as suc ...
I have a java program that puts and gets messages from the MQServer. The server is in a different machine from where the java application is run. This works perfectly fine when the MQServer is in the ...
How do we retrieve messages from a queue based on the correlation id? Basically I have a correlation Id and want to compare it with the message id before retrieving.
I read through the MQC.MQMO_MATCH ...