Hello all, I do have an example of a single MDB sending a message getting a message from mq series and sending the reply message back.
However, I am trying to understand the basics of getting a message from mq series, sending it internally within jboss through a couple of other MDBs and then back to the mq series. Can someone summarize what needs to be done on a very high level? I am confused about JMS providers. Will the mq jms provider (WSMQJMSProvider) be used for both receiving the message from mq and sending it back to mq? Also, what complicates my situation is the fact that I have 2 queue pairs: requestQueue1 + replyQueue1 and requestQueue2 + replyQueue2. I have to make sure that after sending the message internally within jboss for processing, I put it back on the reply queue that corresponds to a particular request queue. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911001#3911001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911001 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
