Re: Active MQ Topic -PubSub : Subscriber Blocked because of Fault/Exception

2017-06-28 Thread vineet
No the Subscribers cannot use the same session. They are independent entities which would handle their own Message events. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Topic-PubSub-Subscriber-Blocked-because-of-Fault-Exception-tp4727900p4728026.html Sent from

Active MQ Topic -PubSub : Subscriber Blocked because of Fault/Exception

2017-06-28 Thread vineet
I am using Active MQ 5.14.2 with spring boot for developing a Pub Sub model using Topic . Following is the problem.: 1. Producer P1 fires an Event/Message M1 for subscriber S1 and S2. Subscriber S1 is fine and displayed the EnQueue and DeQueue of Message M1. But the Subsciber S2, because o