Author |
Message |
Topic: Using JMSCorrelationID |
APCGR
Replies: 5 Views: 10270
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2002 2:36 pm Subject: Using JMSCorrelationID |
Sorry for the confusion.
The example that I showed you in my previous posting is without my fix. When that message is actually published the underlying mqjms implementation will throw-up on the &q ... |
Topic: Using JMSCorrelationID |
APCGR
Replies: 5 Views: 10270
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2002 5:48 am Subject: Using JMSCorrelationID |
Yes I'm using publish and subscribe. This probably seems a little odd that we are using pub/sub and request/reply together but it fits our needs. We have cases where we receive multiple replies to a s ... |
Topic: Using JMSCorrelationID |
APCGR
Replies: 5 Views: 10270
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 21, 2002 7:21 pm Subject: Using JMSCorrelationID |
I found the problem.... like most things it is very simple once you know.
This is what I was doing:
respMsg.setJMSCorrelationID(reqMsg.getMessageID())
This is what I needed to do:
... |
Topic: javax.jms.JMSException: MQJMS3009 |
APCGR
Replies: 1 Views: 4136
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 21, 2002 5:41 pm Subject: javax.jms.JMSException: MQJMS3009 |
We found the cause of this problem. Upgrading or clients to the latest MA88 eliminated the error. Apparently we have different versions of MQServer. The latest MA88 works with all. Should have tried t ... |
Topic: javax.jms.JMSException: MQJMS3009 |
APCGR
Replies: 1 Views: 4136
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 21, 2002 12:46 pm Subject: javax.jms.JMSException: MQJMS3009 |
The following is client code that works on many MQServer Installations but we have two new installations where we have trouble. The new installations check out ok with PSIVTRUN admin tool bu not with ... |
Topic: Using JMSCorrelationID |
APCGR
Replies: 5 Views: 10270
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 21, 2002 10:17 am Subject: Using JMSCorrelationID |
I'm trying to JMSCorrelationID to correlate requests to responses. The strategy is simple:
1. The request is sent without concern for the JMSCorrelationID but the JMSMessageID is recorded after it i ... |
Topic: MQRFH2 Headers |
APCGR
Replies: 4 Views: 7996
|
Forum: General IBM MQ Support Posted: Mon Oct 29, 2001 2:26 pm Subject: MQRFH2 Headers |
I have read Chapter 16 but the best strategy for mixed environment is unclear to me. I will have every combination of publisher and subscriber (i.e. MQI, AMI, and JMS). I would like to specify an appr ... |