Posted: Thu Mar 04, 2004 2:09 pm Post subject: How to trigger a MDB from a c++ mqseries client
Newbie
Joined: 04 Mar 2004 Posts: 1
Can someone give me information on how to trigger a message driven bean from a C++ client running on AIX. I need information on how to configure this in WSAD 5
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
Your MDB should be listening on a specific QCF/Q. The Q will map to an underlying WMQ queue. If your C++ client puts a message on the underlying queue, your MDB will get started.
Because you mentioned client, you'll probably need to export the MQSERVER environment variable in order for the client to be able to connect to the qmgr. You'll also need to have the listener running on your machine where the qmgr is.
You didn't say, but I'm assuming that you are using the full MQ product rather than embedded JMS?
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