|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: Servlet and MQ with JMS |
mckay
Replies: 6 Views: 3766
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 28, 2007 9:23 am Subject: Servlet and MQ with JMS |
Hello again.
I think it's solved. I wasn't setting the selector in the queue receiver, like this:
QueueReceiver queueReceiver = session.createReceiver(jndiInQueue, selector);
instead, I was j ... |
Topic: Servlet and MQ with JMS |
mckay
Replies: 6 Views: 3766
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 28, 2007 8:26 am Subject: Servlet and MQ with JMS |
Hello again.
Thank you for your help. Yes, in my requestor object I'm using the following:
TextMessage outMessage =session.createTextMessagexmlMessAux.toString());
outMessage.setJMSReplyTo(inQu ... |
Topic: Servlet and MQ with JMS |
mckay
Replies: 6 Views: 3766
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 28, 2007 7:11 am Subject: Servlet and MQ with JMS |
Hi, jefflowrey.
I'm already setting the correlation Id in my replier object, with the messageId of the requestor, like this:
TextMessage replyMessage = session.createTextMessage();
replyMessage ... |
Topic: Servlet and MQ with JMS |
mckay
Replies: 6 Views: 3766
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2007 9:49 pm Subject: Servlet and MQ with JMS |
Hi.
I'm using JMS in a servlet to send a message to an EJB using MQ connection resources in WAS 5 server. The servlet is called by a jsp form, forms an XML structure with the params obtained from t ... |
|
|
|