|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JMS put and Get Message options |
« View previous topic :: View next topic » |
Author |
Message
|
svenkatesh_s |
Posted: Wed Jul 23, 2003 6:57 am Post subject: JMS put and Get Message options |
|
|
Newbie
Joined: 23 Jul 2003 Posts: 2
|
How can i set the following put and get message options when i am trying to send / receive a message from a queue and using MQ JMS library
MQC.MQGMO_LOGICAL_ORDER*
MQC.MQGMO_CONVERT
MQC.MQGMO_ACCEPT_TRUNCATED_MSG
all the put messsage options
P.s. I dont find any answer for this question from the documentation of MQ jms.pls point me out if there is one. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jul 23, 2003 7:34 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Try looking at Chapter 12 in the Using Java manual. There is a section (p239 in my copy) on Mapping JMS property fields that discusses some of the provider-specific fields. |
|
Back to top |
|
 |
svenkatesh_s |
Posted: Wed Jul 23, 2003 7:44 am Post subject: |
|
|
Newbie
Joined: 23 Jul 2003 Posts: 2
|
This does not however mention anything about sending truncated messages and accepting truncated messages. |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jul 23, 2003 7:47 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
For the options you are asking about:
I don't think JMS supports Message Grouping, so there is no concept of 'Logical Order'.
When you do a getText, JMS uses the CCSID of the incoming message to convert the data. So, you don't need a 'Get with Convert'.
JMS will always retrieve the full data for you. So, you will never see a 'truncated' message.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|