Author |
Message |
Topic: JMS Bytemessage string properties getting missed on MQ queue |
jvrao88
Replies: 3 Views: 3493
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2011 2:29 pm Subject: The issue is setting up the queue in V7 |
Hi,
We found the issue and wanted to update here.
When they setup the queue in MQ V7 the setting of propctrl to compact resolved the issue for us
propctl(compat).
Thanks |
Topic: JMS Bytemessage string properties getting missed on MQ queue |
jvrao88
Replies: 3 Views: 3493
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2011 10:47 am Subject: JMS Bytemessage string properties getting missed on MQ queue |
Thanks for your reply.
I am using following libraries mq.jar, mqjms.jar,jmqi.jar from V7 installation of MQ. Also tried V6 installation of MQ libraries.
Also used destQueue.setTargetClient(JMSC.MQJM ... |
Topic: JMS Bytemessage string properties getting missed on MQ queue |
jvrao88
Replies: 3 Views: 3493
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2011 10:30 am Subject: JMS Bytemessage string properties getting missed on MQ queue |
HI,
We are sending JMS ByteMessage to destination queue using queue connection factory. The proeprties as follows:
msg.setJMSReplyTo(replyQueue);
msg.setStringProperty("prop1", "val ... |
Topic: How can i create RFH2 header using MQMEssage |
jvrao88
Replies: 5 Views: 5605
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2011 10:06 am Subject: How can i create RFH2 header using MQMEssage |
I am setting them as setstringproperty. Can you give me more details like how do i set as message properties. Is it different than setstringproperty? |
Topic: How can i create RFH2 header using MQMEssage |
jvrao88
Replies: 5 Views: 5605
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 05, 2011 5:36 pm Subject: How can i create RFH2 header using MQMEssage |
I am creating MQMessage and I need to set bunch of string properties as RFH2 headers.
I couldnt find a good example of creating RFH2 headers.
This is using JAVA MQ API.
Example:
MQMessage outMsg ... |