Author |
Message |
Topic: Using prefix in messageID |
jpcampot
Replies: 14 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 24, 2004 4:45 am Subject: Using prefix in messageID |
Thanks to your help, I will try to convince the legacy application´s responsible to use one result queue per application using the reply to queue/ reply to qmgr functionalities.
This would be the cl ... |
Topic: Using prefix in messageID |
jpcampot
Replies: 14 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 23, 2004 6:52 am Subject: Using prefix in messageID |
I apologise for the confusion, It was my mistake. I will try to explain the situation:
The legacy application gets request from one queue and put the result in another queue. The correlationId of t ... |
Topic: Using prefix in messageID |
jpcampot
Replies: 14 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 23, 2004 5:41 am Subject: Using prefix in messageID |
My original idea was implementing something like it was posted on the topic : Urgent..Sending and Receiving Msg in Group (http://www.mqseries.net/phpBB2/viewtopic.php?t=1683&highlight=groupid) whe ... |
Topic: Using prefix in messageID |
jpcampot
Replies: 14 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 22, 2004 11:01 am Subject: Using prefix in messageID |
The legacy application copies the messageid to the correlation id. The reason why I need some kind of prefix is that the thread that gets the results must process all the request that were put by my a ... |
Topic: Using prefix in messageID |
jpcampot
Replies: 14 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 22, 2004 9:42 am Subject: Using prefix in messageID |
The problem is that the application that does the processing is a legacy application that cannot be touched. It is implemented in C and is running on Linux. Every application that need to calculate so ... |
Topic: Using prefix in messageID |
jpcampot
Replies: 14 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 22, 2004 8:56 am Subject: Using prefix in messageID |
Hi, I am using MQ 5.3 and MQ Classes for Java as my client. I have an application that get requests from one queue and put results to another queue. Several different applications put and gets messag ... |
Topic: Channels remain active after queue connection is closed |
jpcampot
Replies: 9 Views: 9456
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 16, 2004 4:29 am Subject: Channels remain active after queue connection is closed |
Finally!!! I separated the connect, open, close and disconnect code as RogerLacroix suggested and now it works great.
Thanks to everyone who helped me with this issue. I hope some day I can return ... |
Topic: Channels remain active after queue connection is closed |
jpcampot
Replies: 9 Views: 9456
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 15, 2004 9:02 am Subject: Channels remain active after queue connection is closed |
I am really new to Webshpere MQ and I really do not know how to find out which CSD/FixPack is installed in my system. To explain a little more about may problem, this is another test I ran.
int ... |
Topic: Channels remain active after queue connection is closed |
jpcampot
Replies: 9 Views: 9456
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 15, 2004 6:36 am Subject: Channels remain active after queue connection is closed |
First of all thank you for such a fast response.
No, the number of channels grow exactly according to the number of times I open a queue . This is a piece of code of the class that I implemented:
... |
Topic: Channels remain active after queue connection is closed |
jpcampot
Replies: 9 Views: 9456
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 15, 2004 4:36 am Subject: Channels remain active after queue connection is closed |
Hi, I am using MQ 5.3 and MQ Classes for Java as my client. The client application is running on a Oracle 9.0.4 Application Server. The problem is that after the client application sends a message, cl ... |