Description
When creating a Consumer with an ActiveMQDestination object that has options on the destination such as "?consumer.exclusive=true" if another Consumer is created with the same destination object the options are lost and the consumer ends up with a configuration that doesn't match what the user was expecting.