Re: Message State persistence with failover

2010-02-23 Thread Josh Carlson
Actually I still have a problem. If another consumer asks for a message before the original consumer acks the message (the ack that spans across the broker) the message can be delivered to the other consumer. On 02/23/2010 01:22 PM, Josh Carlson wrote: I answered my own question. In order for

Re: Message State persistence with failover

2010-02-23 Thread Josh Carlson
I answered my own question. In order for this to work my client has to re-subscribe to the queues. Doing this solved the issue. -Josh On 02/23/2010 01:00 PM, Josh Carlson wrote: I've been prototyping a 'shared file system master/slave' implementation. I'm using the Stomp protocol in my client

Message State persistence with failover

2010-02-23 Thread Josh Carlson
I've been prototyping a 'shared file system master/slave' implementation. I'm using the Stomp protocol in my client and am trying to get failover to work properly. Currently when I failover to a new master, pending messages are persisted in the new master. However, message state seems to be los