Author |
Message
|
sunny_30 |
Posted: Thu Dec 11, 2008 9:21 am Post subject: MQRfh2.format question |
|
|
 Master
Joined: 03 Oct 2005 Posts: 258
|
Hi All,
In a JMS-Receiver, if the Message is processed as MQFMT_STRING (text) + No_convert: MQGMO_CONVERT(disabled)
Does it behave exactly same as processing in MQFMT_NONE (Binary)
Thanks,
Sunny. |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Dec 11, 2008 12:51 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
The WMQ Application Programmng Manual or OnLine Help is your friend here.
Your problem is not with Broker but at the WMQ Level. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
sunny_30 |
Posted: Thu Dec 11, 2008 1:02 pm Post subject: |
|
|
 Master
Joined: 03 Oct 2005 Posts: 258
|
Sorry, I just realized I shd have posted the question in MQ-development forum.
I dont see the answer to my question in the manuals. Thats the reason I posted here.
Im just trying to know if a MQ-message when processed as "text" but no conversion while doing mq-get results in same exact message compared to when processed as "bytes" |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Dec 11, 2008 1:05 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
JMS does the conversion when processing TextMessages, not MQ. |
|
Back to top |
|
 |
sunny_30 |
Posted: Thu Dec 11, 2008 1:17 pm Post subject: |
|
|
 Master
Joined: 03 Oct 2005 Posts: 258
|
Hi mqJeff,
Thanks for the response.
Yes I understand JMS does the conversion while doing the get of 'text' only & MQ can only do it if the convert is specified on the channels.
My Question is not abt when the conversion is done, it is abt comparing "text+no_convert" & "bytes" processing.
Are they both the same or if not in what situations results can differ?
eg: say when we have some special characters or different language characters..
Hope Im making myself clear. |
|
Back to top |
|
 |
|