For AMQ there is no Buffered JMS Client like IBM MQ product. this says you cannot send messages or are blocked when the connection is broken.
For failoverTransport, enabling trackMessages will keep messages sent in memory and replay them if connection recovers from broken. See http://activemq.apache.org/failover-transport-reference.html At 2011-11-30 00:27:26,"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