the typical activemq way to do that is use an embeded vm broker and a
network connector to forward messages to the target when it can.
Disable persistence and it will use a memory store so it will be have
like a buffer.

On 29 November 2011 16:27, Joe Carter <joe.car...@gmail.com> wrote:
> Hi,
>
> Does anyone know how to configure the connection factory so that it
> will buffer messages while there's a temporary outage to the broker?
> Basically the same as the "Buffered JMS client" in the IBM MQ product
> http://www-10.lotus.com/ldd/lewiki.nsf/dx/01022009113953AMBJANPR.htm
> At the moment my application receives exceptions until the connection
> recovers and I can't afford to block (its a soft real time app).
> If not I'll write my own wrapper but I'd be surprised if there's not
> one out there already.
>
> Thanks
> Joe



-- 
http://fusesource.com
http://blog.garytully.com

Reply via email to