Re: JMS and recoverability (moved from User list)

2007-06-28 Thread samg
Hello again, I've made the changes to use Store instead of a Map in MultiplexingProviderProcessor and supporting classes. It defaults to MemoryStore if nothing is specified, and this seems to function the same way as with direct use of ConcurrentHashMap (which is what MemoryStore is inside). I

Re: JMS and recoverability (moved from User list)

2007-06-26 Thread Guillaume Nodet
On 6/21/07, samg [EMAIL PROTECTED] wrote: (original thread here: http://www.nabble.com/replies-to-JMS-and-recoverability-tf3431435s12049.html ) Hello again, I made the simple change in servicemix-jms necessary to use a permanent queue rather than a temporary one for the replies of in-out

JMS and recoverability (moved from User list)

2007-06-21 Thread samg
(original thread here: http://www.nabble.com/replies-to-JMS-and-recoverability-tf3431435s12049.html ) Hello again, I made the simple change in servicemix-jms necessary to use a permanent queue rather than a temporary one for the replies of in-out message exchanges. While this fixes the problem