Author |
Message
|
rlakshman |
Posted: Wed Nov 12, 2008 2:35 pm Post subject: How get the messge from MQ queue without header information |
|
|
Newbie
Joined: 12 Nov 2008 Posts: 2
|
Hi All,
I am using MQ with Gentran integration suite.
So my Question how can we pull the message out of the MQ queue without Header information.
Ie with out below message:
RFH ��MQSTR � <mcd><Msd>jms_text</Msd></mcd> t<jms><Dst>queue://PROD.QM01/Q.I2Int.To.GIS.EDI204LoadTenderRequest</Dst><Tms>1226527877489</Tms><Dlv>2</Dlv></jms>
Thanks,
Lakshman. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 12, 2008 2:49 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Your JMS application putting the message is using a JMStype destination. Tell it to use an MQ type destination. :inncoent: _________________ MQ & Broker admin |
|
Back to top |
|
 |
atheek |
Posted: Wed Nov 12, 2008 3:25 pm Post subject: |
|
|
 Partisan
Joined: 01 Jun 2006 Posts: 327 Location: Sydney
|
Search this forum for TARGCLIENT. You will get lot of hints. |
|
Back to top |
|
 |
rlakshman |
Posted: Fri Nov 14, 2008 6:55 am Post subject: |
|
|
Newbie
Joined: 12 Nov 2008 Posts: 2
|
So, You mean if we use the MQ type destination tag then we wont get all these stuff
"RFH ��MQSTR � <mcd><Msd>jms_text</Msd></mcd> t<jms><Dst>queue://PROD.QM01/Q.I2Int.To.GIS.EDI204LoadTenderRequest</Dst><Tms>1226527877489</Tms><Dlv>2</Dlv></jms>
" and we will get only the message.
Thanks&Regards,
Lakshman |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 14, 2008 10:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rlakshman wrote: |
So, You mean if we use the MQ type destination tag then we wont get all these stuff
|
Did you look up TARGCLIENT? Oddly it identifies the type of client the message is destined for; either a JMS client (which requires "the stuff") or a non-JMS client which doesn't use an RFH2. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|