Author |
Message |
Topic: JMS Headers with Standalone MQ app |
ShagVT
Replies: 1 Views: 2127
|
Forum: General Discussion Posted: Thu Jun 18, 2015 11:49 am Subject: JMS Headers with Standalone MQ app |
I have a standalone Java application which is reading messages using the straight MQ interface. We've had configuration issues with applications forgetting to specify NON-JMS in their CDDT files and ... |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 11, 2015 8:30 am Subject: Using MQ properties |
I would have thought the Java client would handle it too, but apparently not. I'm trying to get access on a 7.5 QM for testing this out.
Thank you to all of you for your help in figuring this ou ... |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 11, 2015 6:24 am Subject: Using MQ properties |
Name: WebSphere MQ
Version: 6.0.2.8
CMVC level: p600-208-090930
BuildType: IKAP - (Production)
Does MQ 6.0 support message properties? IBM documentation is so weak on things like ... |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 11:27 am Subject: Using MQ properties |
Presumably you're not trying to talk to a queue manager that doesn't support message properties??
Well, how would I verify that? It's WebsphereMQ ... I'm not sure if the QM is 6 or 7. I'm using t ... |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 11:21 am Subject: Using MQ properties |
Same result ...
message = Side note: thank you for taking so much time to help with this! |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 11:09 am Subject: Using MQ properties |
Better!
But still not quite right.
receiveQueue.get( mqMessage, gmo );
String result = mqMessage.readStringOfCharLength(mqMessage.getTotalMessageLength ... |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 10:50 am Subject: Using MQ properties |
java.io.IOException: MQJE088: Decoding failed ('MQMessag2.readConvertedString():MALFORMED at com.ibm.mq.MQMessage.readStringOfCharLength(MQMessage.java:1240)
at com.mycompany.HeaderTest.receiveMess ... |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 10:42 am Subject: Using MQ properties |
Sure - but this is just a test case, just trying to make this work at all. It's not throwing an MQException though ... it's throwing an IOException, so there is no MQCC/MQRC. |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 10:07 am Subject: Using MQ properties |
I never get that far - it can't even get the message off the queue. |
Topic: Using MQ properties |
ShagVT
Replies: 20 Views: 16023
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2015 9:55 am Subject: Using MQ properties |
I've been doing MQ for many years but trying to use message properties for the first time and I'm just trying to put a simple test case together. The question here is where I set the property on the ... |