Author |
Message |
Topic: Queue Mannager reconnecting. |
omar
Replies: 5 Views: 2947
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 06, 2004 11:17 pm Subject: Queue Mannager reconnecting. |
Hi Roger,
and thanks for your reply, but I had found what is the problem, I posted it in the post just above you.
again thanks for the reply. |
Topic: Queue Mannager reconnecting. |
omar
Replies: 5 Views: 2947
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 06, 2004 1:39 am Subject: Queue Mannager reconnecting. |
Hi PeterPotkay,
I found what the problem, it is pure java, and had to do nothing with MQSeries.
On reconnecting I create new Queue but the class who get the messages still has the old reference ... |
Topic: Queue Mannager reconnecting. |
omar
Replies: 5 Views: 2947
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 05, 2004 11:01 pm Subject: Queue Mannager reconnecting. |
What I have tried to do is simulate connection lost, by disconnect the physical connection with MQSeries by removing the cable, and return it back.
On removing the cable I get “MQRC_Q_MGR_NOT_AVA ... |
Topic: Queue Mannager reconnecting. |
omar
Replies: 5 Views: 2947
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 05, 2004 9:17 am Subject: Queue Mannager reconnecting. |
Hi all,
How can I reconnect to a Queue Manager after a connection is lost?
What I have tried to do is to create new Object of QueueManager
MQQueueManager qMngr = new MQQueueManager ... |
Topic: No exception is thrown |
omar
Replies: 4 Views: 2970
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 05, 2004 8:37 am Subject: No exception is thrown |
I see that was you code
Sorry for that,
and thank you for your help.
Best regards. |
Topic: No exception is thrown |
omar
Replies: 4 Views: 2970
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 03, 2004 10:48 pm Subject: No exception is thrown |
And how would you know that?
I set that Queue to inhibit message putting.
First of all your commit is ill placed, it should be right after the put.
It is right after the put !!!!!!!, an ... |
Topic: No exception is thrown |
omar
Replies: 4 Views: 2970
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 03, 2004 2:12 am Subject: No exception is thrown |
Hi all,
I am trying to test some special cases, where I can’t put a message to a queue.
When I try to put a message on Queue that configured to inhibit me from putting, no exception is thrown. ... |