Author |
Message |
Topic: What are the pros and cons of using multiple queue managers? |
rgross999
Replies: 2 Views: 2003
|
Forum: General Discussion Posted: Fri Feb 13, 2004 12:55 pm Subject: What are the pros and cons of using multiple queue managers? |
What are the pros and cons of using multiple queue managers on the same Windows server?
My company sells insurance in a handful of states. We want to group messages by type of insurance and state. ... |
Topic: How to close a queue when opened for exclusive access? |
rgross999
Replies: 8 Views: 5838
|
Forum: General Discussion Posted: Mon Jan 19, 2004 9:24 am Subject: Fixed. Thanks for all your help. |
Everybody, thanks for helping. I seem to have fixed it.
The Java program that blew up and seemed to lock the queue was one that looped through the messages and sent an email about each one.
It w ... |
Topic: How to close a queue? More details about prob posted Friday |
rgross999
Replies: 5 Views: 3239
|
Forum: General Discussion Posted: Mon Jan 19, 2004 9:22 am Subject: Fixed. Thanks for all your help. |
Everybody, thanks for helping. I seem to have fixed it.
The Java program that blew up and seemed to lock the queue was one that looped through the messages and sent an email about each one.
It w ... |
Topic: How to close a queue? More details about prob posted Friday |
rgross999
Replies: 5 Views: 3239
|
Forum: General Discussion Posted: Mon Jan 19, 2004 7:31 am Subject: How to close a queue? More details about prob posted Friday |
Last Friday I posted the queston, "How to close a queue when opened for exclusive access?"
I still have not solved the problem. Here are more details:
Last week I ran a Java program which opened ... |
Topic: How to close a queue when opened for exclusive access? |
rgross999
Replies: 8 Views: 5838
|
Forum: General Discussion Posted: Fri Jan 16, 2004 2:05 pm Subject: How to close a queue when opened for exclusive access? |
Kumar,
Thanks for the suggestions.
There is nothing, absolutely nothing else running on the machine.
When I look at the queue in the console it says it is locked by a Java program (I'll let ... |
Topic: How to close a queue when opened for exclusive access? |
rgross999
Replies: 8 Views: 5838
|
Forum: General Discussion Posted: Fri Jan 16, 2004 1:30 pm Subject: How to close a queue when opened for exclusive access? |
Eddie,
Thanks for responding to this message, as well as the one yesterday.
I'll get more details Monday, as I've gone home for the weekend and do not remember exactly what happened.
My progr ... |
Topic: How to close a queue when opened for exclusive access? |
rgross999
Replies: 8 Views: 5838
|
Forum: General Discussion Posted: Fri Jan 16, 2004 10:41 am Subject: How to close a queue when opened for exclusive access? |
I ran a Java program that opened a queue for exclusive access, ie, used open option MQOO_OPEN_EXCLUSIVE.
The program ended abnormally, leaving the queue open.
Now messages can be added but not r ... |
Topic: How to get newest message in queue? |
rgross999
Replies: 1 Views: 1601
|
Forum: General Discussion Posted: Thu Jan 15, 2004 1:30 pm Subject: How to get newest message in queue? |
Can someone tell me how to get the most recent message in a queue opened for browsing?
The problem is this: when a queue receives a message I want to extract data from the message but leave the mes ... |