Author |
Message
|
rashidg |
Posted: Sun Aug 03, 2003 9:18 pm Post subject: MDB listening for req from remote MQ Server |
|
|
Novice
Joined: 03 Mar 2002 Posts: 19
|
Dear Friends,
I configured my MDB runnning in WLS and listening for request from MQ Series that is deployed on the same machine, i.e. WLS and IBM MQ Series running on the same machine. I want to configure my MDB listening for request from remote MQ Server, i.e. WLS running in Machine1 and MQ Series is running in Machine2.
Any pointer to this.
Thanks |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Aug 04, 2003 6:30 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I haven't tried this myself, but I would think that you would set up your QCF to have a transport of CLIENT instead of BINDINGS. You'd then specify the port, hostname, channel. Your listenerport would then use the client based QCF. Is this what you are asking? |
|
Back to top |
|
 |
Vin |
Posted: Tue Aug 05, 2003 7:49 pm Post subject: |
|
|
Master
Joined: 25 Mar 2002 Posts: 212 Location: India
|
Your MDB cannot listen to an MQQueue. If you need to get messages from a remote MQServer, then you can see intercommunication or some other mechanism to get the messages to your local weblogic queue from where you pick up the messages via your MDB. You cannot have you MDB listen to an MQQueue whether it be a remote or a local queue |
|
Back to top |
|
 |
rashidg |
Posted: Wed Aug 06, 2003 1:43 am Post subject: |
|
|
Novice
Joined: 03 Mar 2002 Posts: 19
|
Can we achieve it using LDAP Server ?????? |
|
Back to top |
|
 |
tlinus2 |
Posted: Wed Aug 20, 2003 1:08 pm Post subject: i think you can? |
|
|
Novice
Joined: 20 Aug 2003 Posts: 12 Location: Wash DC
|
I might be missing something,
but when I'm running WSAS5 and full MQ on the same box, a MDB works fine listening to a queue. Typical ListeningPort configuration.
What versions of WebSphere and MQ are you using? MDB is new to WSAD/WSAS 5. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Aug 21, 2003 6:22 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I think you are missing the same thing that I missed - the WLS in the initial append. I believe this is WebLogic server and not WAS. |
|
Back to top |
|
 |
mpuetz |
Posted: Thu Aug 21, 2003 1:24 pm Post subject: |
|
|
Centurion
Joined: 05 Jul 2001 Posts: 149 Location: IBM/Central WebSphere Services
|
Hi,
in order to use WMQ as JMS provider with WLS you should
definitely have look at the following page on BEA website
http://dev2dev.bea.com/codelibrary/code/mqseries.jsp _________________ Mathias Puetz
IBM/Central WebSphere Services
WebSphere Business Integration Specialist |
|
Back to top |
|
 |
|