RE: problem when MessageStore updateMessage function throws an exception

2014-09-12 Thread Fugitt, Jesse
. The attached unit test illustrates the expected behavior. Thanks, Jesse -Original Message- From: Gary Tully [mailto:gary.tu...@gmail.com] Sent: Thursday, September 11, 2014 4:51 PM To: dev@activemq.apache.org Subject: Re: problem when MessageStore updateMessage function throws an e

Re: problem when MessageStore updateMessage function throws an exception

2014-09-11 Thread Gary Tully
ah, I see your jira and patch. will try and have a peek tomorrow. On 11 September 2014 22:47, Gary Tully wrote: > A store failure is typically fatal. There is an ioexception handler in > the loop for message sends and the default behaviour is to stop the > broker. > One option is to pull in the i

Re: problem when MessageStore updateMessage function throws an exception

2014-09-11 Thread Gary Tully
A store failure is typically fatal. There is an ioexception handler in the loop for message sends and the default behaviour is to stop the broker. One option is to pull in the ioexception handler in this case also, allowing the broker stop behaviour. at this point, predispatch, the message is pend