|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: JMS vs MQJMS |
cherry
Replies: 10 Views: 6599
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 24, 2013 12:24 am Subject: Re: JMS vs MQJMS |
I have not used URI form of the destination. I have used MessageProducer and MessageConsumer along with JNDI to lookup their destination.
Is it possible to do so with JNDI lookup?
I suspect you ... |
Topic: JMS vs MQJMS |
cherry
Replies: 10 Views: 6599
|
Forum: IBM MQ Java / JMS Posted: Sat Sep 21, 2013 8:59 am Subject: Re: JMS vs MQJMS |
Hi Cherry,
Have you tried using the URI form of the destination?
Instead of using
session.createQueue("SOME.QUEUE");
// use
session.createQueue("queue:/// ... |
Topic: JMS vs MQJMS |
cherry
Replies: 10 Views: 6599
|
Forum: IBM MQ Java / JMS Posted: Sat Sep 21, 2013 8:54 am Subject: JMS vs MQJMS |
Hi Cherry,
I think the following page should help you send messages without RFH2 headers.
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/jm25430_.htm
Kind Regards
J ... |
Topic: JMS vs MQJMS |
cherry
Replies: 10 Views: 6599
|
Forum: IBM MQ Java / JMS Posted: Sat Sep 21, 2013 5:36 am Subject: JMS vs MQJMS |
Hi all,
I am a newbie in JMS. I want to send message to a mainframe MQ from JAVA application.
I wrote my code in J2EE-JMS API but later found an issue that i need to set TARGETCLIENT as MQ and n ... |
|
|
|