Author |
Message |
Topic: Performance Problem |
emaster
Replies: 0 Views: 1320
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 18, 2003 6:50 am Subject: Performance Problem |
We are having performance problems with our MQ Series application. We are using MQ Series Java. The server is NT. We followed the examples from the downloads. The only difference is we open severa ... |
Topic: how to delete Expired Messages on queue |
emaster
Replies: 1 Views: 1543
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 11, 2003 12:28 pm Subject: how to delete Expired Messages on queue |
I have read the forum looking for a way to delete expired messages on the queue. We are using MQ Java. The only solution I have seen is to run a MQBrowse program outside of our application. Is that ... |
Topic: Migrating from Windows 2000 to AIX |
emaster
Replies: 2 Views: 2952
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 25, 2002 10:36 am Subject: Migrating from Windows 2000 to AIX |
I developed a proof of concept using the MQ Series Java classes for Windows 2000 and the server is running MQ Series Server on NT.
We want to migrate from this platform to an AIX box running the cl ... |
Topic: open/close queue |
emaster
Replies: 4 Views: 3512
|
Forum: IBM MQ Java / JMS Posted: Thu May 02, 2002 10:30 am Subject: open/close queue |
Thank you very much that is what I needed to know. |
Topic: open/close queue |
emaster
Replies: 4 Views: 3512
|
Forum: IBM MQ Java / JMS Posted: Thu May 02, 2002 9:16 am Subject: open/close queue |
Thanks for the quick reply.
I am not sure if I asked the question correctly because I am still unsure.
I hope I can clarify:
Is it possible to lets say create a servlet that opens and queue a ... |
Topic: open/close queue |
emaster
Replies: 4 Views: 3512
|
Forum: IBM MQ Java / JMS Posted: Thu May 02, 2002 5:54 am Subject: open/close queue |
I am new to using the MQSeries Java classes. Is it possible to open a queue and keep it open allowing all requests to use the open queue OR should each request open and close the queue.
We are p ... |
Topic: Verify request id against Correl id |
emaster
Replies: 8 Views: 5810
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 17, 2002 12:12 pm Subject: Verify request id against Correl id |
He said that it is really not common practice to verify in my application that the messageID matches the correlationID after it is implemeted. He said once I know that my code is working it is overkil ... |
Topic: Verify request id against Correl id |
emaster
Replies: 8 Views: 5810
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 17, 2002 9:57 am Subject: Verify request id against Correl id |
Thanks but I do not need a reply I was able to speak to an MQ Series expert and they provided me with my answer.
|
Topic: Verify request id against Correl id |
emaster
Replies: 8 Views: 5810
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 16, 2002 4:50 pm Subject: Verify request id against Correl id |
Is there any way programmatically in a java application to view the id's? I would like to verify that the id's match before displaying the information in the get message to our customers. I can veri ... |
Topic: Verify request id against Correl id |
emaster
Replies: 8 Views: 5810
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 16, 2002 11:42 am Subject: Verify request id against Correl id |
I am new to MQSeries and java. I would like to know how you verify that the message id of the put matches the correlation id of the reply(get). I know that I am getting the correct message from the q ... |