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