|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ JMS Client Store-and-Forward tool ? |
« View previous topic :: View next topic » |
Author |
Message
|
GW |
Posted: Tue Oct 20, 2009 5:22 am Post subject: MQ JMS Client Store-and-Forward tool ? |
|
|
Newbie
Joined: 20 Oct 2009 Posts: 1
|
Is it possible to set the JMS Driver of MQClient sending a message to the remote queue stores messages locally in case of remote host unavailability ?
What other mechanism can we use when a remote MQServer is unaivailable when MQ JMS Client is sending ?
In Weblogic word there is a feature called SAF allow the JMS Client to store locally JMS msg until remote host is up again . |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 20, 2009 7:44 am Post subject: Re: MQ JMS Client Store-and-Forward tool ? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GW wrote: |
Is it possible to set the JMS Driver of MQClient sending a message to the remote queue stores messages locally in case of remote host unavailability ? |
No.
GW wrote: |
What other mechanism can we use when a remote MQServer is unaivailable when MQ JMS Client is sending ? |
If you're using a supported version of WMQ (v6 or later), your WMQ admin can define a CCDT to provide an alternative server in the event of failure. Your code will need to reconnect when the connection drops, but it should be doing that anyway.
GW wrote: |
In Weblogic word there is a feature called SAF allow the JMS Client to store locally JMS msg until remote host is up again . |
WMQ clients are fully sync and there's no local component to store messages. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Oct 20, 2009 8:06 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
In MQ 7.0.1, the clients can reconnect on their own under the covers.
In MQ 7.0, there can be local storing of messages for MQ Clients -"read ahead" gets.
Quote: |
In Weblogic word there is a feature called SAF allow the JMS Client to store locally JMS msg until remote host is up again . |
I guess just use that?
Otherwise Vitor's suggestion of automatically going to MQ Server 2 if MQ Server 1 is n/a is probably what you want. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 20, 2009 8:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
PeterPotkay wrote: |
In MQ 7.0, there can be local storing of messages for MQ Clients -"read ahead" gets. |
Point taken, but this doesn't help the OP who's trying to do puts. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|