Re: Artemis Failback

2018-10-26 Thread Justin Bertram
If you want true fail-over and fail-back then you actually have to configure HA on the brokers. You've only configured clustering. Justin On Wed, Oct 17, 2018 at 4:32 AM Gift sefako wrote: > Hi all, > > - Ideal Use Case > We'd like to ensure high availability using failover, and then > no

Re: Properly closing transport threads in ActiveMQ with listeners in Spring-servlet

2018-10-26 Thread Arjen van der Meijden
It looks like the below configuration for Spring is actually working. Is it indeed the expected way to do this properly? Best regards, Arjen On 25-10-2018 19:46, Arjen van der Meijden wrote: > Hi list, > > I know this question has occasionally been asked before, but I can't > seem to figure out