Posted: Mon Mar 09, 2009 2:39 am Post subject: Need to configure MDB to listen some remote queue
Newbie
Joined: 09 Mar 2009 Posts: 4
Hi Experts,
I am new to MDB. I have some requirement to create one MDB to listen one remote queue continuosly for receiving messages. I need to deploy MDB on websphere at remote site i.e. on host other than queue manager.
Do I need some other tool or softwares (like some connector/adaptor etc) other than websphere application server.
I am looking for bare minimum configuration required for the set up.
Also If I can get some information for all infomraton required in a deployment descriptor (with some sample deployment descriptor), it would be of great help.
You can connect to a remote queue manager (that is not on the same machine as the app server) by using the MQ Client.
You can read from any queue that is a QLOCAL on the queue manager you are *connected* to. You can not read from any QREMOTEs.
In order to establish a client connection, you will need to configure the JNDI QueueConnectionFactory with hostname, channel name and listener port number.
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