Posted: Mon Jun 08, 2009 11:33 pm Post subject: Open cluster queue independent of queue managers in cluster
Newbie
Joined: 08 Jun 2009 Posts: 9
Hi,
I searched docuemnts but didn't find any way by which I can use java API to put message on cluster queue independent of any queue managers in cluster.
I want to setup a Queue connection factory in Websphere app server whcih should be able to send message on cluster queue independent of any cluster queue mgr down.
I came across adding a gateway queue mgr which can act as route messages to available queue manager.
If I dont want to use such additional queue manager is there any way?
Posted: Mon Jun 08, 2009 11:44 pm Post subject: Re: Open cluster queue independent of queue managers in clus
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
pras wrote:
I want to setup a Queue connection factory in Websphere app server whcih should be able to send message on cluster queue independent of any cluster queue mgr down.
Not a clustering question - clustering deals with how messages are distributed between queue managers. Even in a clustered scenario, an application only connects to a single queue manager using a conventional connection.
What you need is a client connection table and proper code (which might be in WAS anyway) to disconnect and reconnect if the queue manager you're connected to goes down. Doing this, you'd reconnect to the next queue manager in the table and continue processing happy as the day is long.
I'll leave those with more JNDI/WAS experience than myself to comment on the specifics, but that's where your researches should be directed. _________________ Honesty is the best policy.
Insanity is the best defence.
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