[
https://issues.apache.org/activemq/browse/AMQ-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Bosanac resolved AMQ-1835.
--------------------------------
Resolution: Fixed
Assignee: Dejan Bosanac
The fix for https://issues.apache.org/activemq/browse/AMQ-1237 includes the
command agent with authentication example in the default activemq.xml file.
> 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
> Assignee: Dejan Bosanac
> Priority: Minor
> Fix For: 5.3.0
>
>
> 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.