Re: Very Urgent: Combining EventSequencing and CircuitBreaker in AMQ

2017-01-18 Thread Claus Ibsen
Hi I suggest to not put urgent / very urgent in your email subjects. On Wed, Jan 18, 2017 at 11:06 AM, Shantanu Raizada wrote: > Hi, > > I have a requirement where: > 1. One route reads data from the DB and posts the message to a Queue along > with the*JMSXGroupId* header set for *EventSequencin

Very Urgent: Combining EventSequencing and CircuitBreaker in AMQ

2017-01-18 Thread Shantanu Raizada
Hi, I have a requirement where: 1. One route reads data from the DB and posts the message to a Queue along with the*JMSXGroupId* header set for *EventSequencing* *2. *There are 3 consumers listening to the Queue with the *CircuitBreaker* implementation as below: java.util.co

Very Urgent: Combining EventSequencing and CircuitBreaker in AMQ

2017-01-17 Thread shantanu.raizada
Hi, I have a requirement where: 1. One route reads data from the DB and posts the message to a Queue along with the JMSXGroupId header set for EventSequencing 2. There are 3 consumers listening to the Queue with the CircuitBreaker implementation as below: