Re: Handling Consumers by Server (ActiveMQ MuleESB)

2014-11-17 Thread Tim Bain
The priorityBackup=true URI option for the failover transport does exactly what you want. On Nov 16, 2014 4:39 PM, atomicx6637 tricha...@gmail.com wrote: I have the following environment and would like some feedback on the configuration I currently have. I have 2 MuleESB (mulep01, mulep02)

Message Selector or Composite Destinations

2014-11-17 Thread juanmanuel.romeraferrio
Hi, I'm in a trouble in my system. I have a lot of clients that send message with differente VERSION and I have one consumer per version that recibe this message, I'm using message selector on a only queue to do that, but I found a problem when I sent for exmple message of 2 versions and I had

Re: Message Selector or Composite Destinations

2014-11-17 Thread Tim Bain
So what do you want to happen when the Version2 consumer isn't connected? Right now the Version2 messages stay available for the Version2 when it reconnects; what do you want to happen instead? On Mon, Nov 17, 2014 at 12:00 PM, juanmanuel.romeraferrio juanmanuel.romerafer...@gmail.com wrote: