ActiveMQConnectionFactory.setExclusiveConsumer has no effect
------------------------------------------------------------

                 Key: AMQ-1915
                 URL: https://issues.apache.org/activemq/browse/AMQ-1915
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.1.0
         Environment: (irrelevant) Windows XP
            Reporter: Evan Hecht
            Priority: Minor


Creating an {{ActiveMQConnectionFactory}}, and then calling 
{{setExclusiveConsumer(true)}}, does *not* cause queues created from that 
factory's connections to have the exclusive consumer feature. I'm pretty sure 
this is due to {{configureConnection()}} not calling {{setExclusiveConsumer()}} 
on new connections. This can be seen in the source code for 
{{ActiveMQConnectionFactory.configureConnection}}, release 5.1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to