Sorry my bad. Yes, the goal is for a single process to read the queue.
If another process tries to read from the queue then we would like to see an exception thrown by the Queue Manager. That is the ...
Hi,
Here is a sample program that i am trying to test the exclusive Queue Access using MQ JMS.
MQQueueConnectionFactory cf = new MQQueueConnectionFactory();
Thanks for the reply. I know how to print out the URI,
I wanted to know the actual attribute value pair that shoudl be used and i was askign if you had a sample URI that shows those attibute value p ...