Re: Client side queue...

2009-03-10 Thread Gary Tully
here is a "client > side > queue", some kind of local store that will cause the messages to be resent > later when the broker recovers. > > Is there any such facility? > > The basic problem is that we can't have send block, but want persistence > too. > &g

Client side queue...

2009-03-10 Thread centis
What happens when asyncSend is enabled and the broker has gone down or is unreachable. A collegue said that he read somewhere there is a "client side queue", some kind of local store that will cause the messages to be resent later when the broker recovers. Is there any such facility?