Author |
Message |
Topic: MQ Series Reports |
petefrancis
Replies: 1 Views: 2953
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 20, 2002 2:34 am Subject: MQ Series Reports |
I am sending a message to MQSeries with "Confirmation on Arrival" and "Confirmation on Delivery" variables set. When I was running the sending and receiving applications and MQSer ... |
Topic: MQSeries Reports |
petefrancis
Replies: 1 Views: 4223
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 20, 2002 2:34 am Subject: MQSeries Reports |
I am sending a message to MQSeries with "Confirmation on Arrival" and "Confirmation on Delivery" variables set. When I was running the sending and receiving applications and MQSer ... |
Topic: MQ Reports with JMS |
petefrancis
Replies: 6 Views: 6085
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 23, 2002 8:30 am Subject: MQ Reports with JMS |
Thats what I would have though but I get a CastException when I try to do a cast to any of the message types. Also when I call the getJMSType() method it returns null. If I look at the message using ... |
Topic: MQ Reports with JMS |
petefrancis
Replies: 6 Views: 6085
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 23, 2002 2:44 am Subject: MQ Reports with JMS |
Yeah, sorry, I'll try to be a bit clearer. The messages are being put onto MQSeries using the straight MQ API. The report options are being set as follows:
msg.report = MQC.MQRO_COA + MQC.MQRO_C ... |
Topic: MQ Reports with JMS |
petefrancis
Replies: 6 Views: 6085
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2002 10:16 am Subject: MQ Reports with JMS |
They are just the standard MQSeries report messages that appear on the MQSeries queue. I thought that I would be able to cast it to MQMessage but that doesn't seem to have worked. Any ideas? |
Topic: MQ Reports with JMS |
petefrancis
Replies: 6 Views: 6085
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2002 7:46 am Subject: MQ Reports with JMS |
I am using a message driven bean to pick up data messages and MQSeries reports from an MQSeries queue. The data messages that I'm receiving in my MDB can be cast to TextMessage and then dealt with. ... |