There's a parameter in the JNDI setup for the queue to specify JMS or non
JMS called TARGCLIENT or TC.  The values are JMS or MQ.   If you need to you
could have a separate JNDI entry for the JMS version of the same queue and
the non-JMS.  Below is a sample which uses the MQ (no JMS header) option.

def q(jmsQueueName)                                     +
                 queue(TESTQ)   +
                 QMANAGER(TEST.QMGR)            +
                 PER(APP)        +
                 PRI(APP)                               +
                 TC(MQ)                                +
                 EXP(UNLIM)
end

Nick

-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Khedr,
Hossam (GEI, MORT)
Sent: Monday, March 01, 2004 7:26 AM
To: [EMAIL PROTECTED]
Subject: JMS TO MQMD

Hi All,
We are trying to send a message using JMS to non JMS application. We need to
send the MQMD header instead of JMS header. Any idea or clues where should
we start?

Thanks in advance,
Hossam Khedr

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to