Author |
Message |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Mon May 20, 2002 12:04 am Subject: Closing MQ connections properly |
The problem has been solved. There was some other application (which someone else was using) which was leaving the connections open.
How annoying.
Thanks for everyones help! |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Tue May 14, 2002 4:05 am Subject: Closing MQ connections properly |
Yes, but I can't see where the change would have caused this to occur. I guess I will just have to keep looking. Trial and error and all that... |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Tue May 14, 2002 12:01 am Subject: Closing MQ connections properly |
Would changing the kernel parameters on the unix box which is hosting the local queue manager cause amqcrsta connections to pile up? |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Mon May 13, 2002 1:09 am Subject: Closing MQ connections properly |
The heartbeat interval is currently set to 300 secs (the default). |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Fri May 10, 2002 6:38 am Subject: Closing MQ connections properly |
Yes, they are client connections. |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Fri May 10, 2002 12:42 am Subject: Closing MQ connections properly |
This is still a problem for me. Can anyone help??? |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Wed May 08, 2002 4:37 am Subject: Closing MQ connections properly |
Okay,
Yes. I always close the queue first.
Yes. The queue close() and MQManager close() is always done in the finally statement.
As this runs on UNIX, is there any way the local MQ Manager itse ... |
Topic: Closing MQ connections properly |
thecamel
Replies: 16 Views: 9352
|
Forum: General IBM MQ Support Posted: Wed May 08, 2002 4:15 am Subject: Closing MQ connections properly |
Help!
I have a problem whereby MQ processes are building up on my box without being closed. I have a .disconnect() method in the finally {} statement whereever MQ in called.
Any help much apprec ... |