Shared Subscription: 1 Adress -> 2 Topic with multicast : 2 MDB

2020-03-23 Thread mailtejasvi
Hi My requirement is to send the the message to one of the 2 MDB's created, of which both are subscribed to the same topic. MDB1: @MessageDriven(name = "TOPICMDB1", activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic"),

Re: Artemis 2.11.0 RejectedExecutionException after successful failover

2020-03-23 Thread Justin Bertram
I don't recall seeing this before. Can you reproduce this outside AWS? Justin On Mon, Mar 23, 2020 at 9:32 AM jigaronline wrote: > > Environment: 2.11.0 > SharedStore, FilePing. AWS EFS/NFS. > > Observed a issue on master shutdown, the slave became active. Right after > slave being active it s

Artemis 2.11.0 RejectedExecutionException after successful failover

2020-03-23 Thread jigaronline
Environment: 2.11.0 SharedStore, FilePing. AWS EFS/NFS. Observed a issue on master shutdown, the slave became active. Right after slave being active it started printing "RejectedExecutionException". Also, consumers from master to slave was not transferred. And client application stopped processi