Authentication example should show how to use commandAgent with authentication
------------------------------------------------------------------------------

                 Key: AMQ-1835
                 URL: https://issues.apache.org/activemq/browse/AMQ-1835
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 5.1.0
            Reporter: Matthew Mastracci
            Priority: Minor


The website/example config should list how to manually create a connection 
factory for a <commandAgent /> if you are using authentication.

http://activemq.apache.org/command-agent.html

    <!-- Uncomment to create a command agent to respond to message based admin 
commands on the ActiveMQ.Agent topic -->
    <commandAgent xmlns="http://activemq.apache.org/schema/core"; 
brokerUrl="vm://localhost" connectionFactory="#commandAgentConnectionFactory" />

        <bean id="commandAgentConnectionFactory" 
class="org.apache.activemq.ActiveMQConnectionFactory">
                <property name="userName" value="(username)" />
                <property name="password" value="(password)" />
        </bean>


-- 
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