Posted: Sun Apr 27, 2003 7:23 pm Post subject: Using Weblogic and MQSeries
Apprentice
Joined: 20 Mar 2003 Posts: 27
Hi,
I had a requirement where input is MQSeries queue
-the data from it should go to Weblogic
-the result from weblogic should go back in MQSeries reply Queue.
Can I configure Weblogic so that MDB(Message Driven Beans) get invoked when any message comes in MQSeries queue?
I think I will have to write an Trigger which will invoke an application, which will transfer MQ Queue message to Weblogic queue and wil get result from weblogic from weblogic reply Q and again put that in MQ Reply Q.
Let me know If You have any suggestion on this ASAP.
This isn't something I have done in practice, but have you looked into the Weblogic messaging bridge. It can be used to automatically forward/route messages between another JMS Provider (including MQSeries) and Weblogic JMS for specific destinations. That might make it so you don't have to write a trigger to push messages. You could also just have a listener client to MQSeries from your Weblogic code which is listening for incoming messages and then publishing them to a Weblogic JMS topic or moving them to a Weblogic queue. That would also avoid the trigger. It sounds like the Messaging Bridge will help you though. Hope this was helpful. Here is al link to some online docs of the Messaging Bridge.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum