Posted: Sun Jun 12, 2005 6:15 pm Post subject: How do i transmit additional properties using com.ibm.mq
Newbie
Joined: 12 Jun 2005 Posts: 1
Hi
I am new to MQ programming. My question is as follows :
What's the equivalent of setStringProperty method of JMS 'Message' class in native java package (com.ibm.mq.*)?
I need to transmit some additional message properties and am not very familiar with the native MQSeries APIs.
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
The setStringProperty of JMS puts a property into the 'usr' folder of the RFH2 header that JMS uses.
If you want some additional properties, then you should probably start looking at the MQRFH2 (rules and formatter header) as a place to carry them. You could also consider adding them to the front of your message.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum