Hi,

After having successfully enabled security on the ActiveMQ broker within
ServiceMix, here is some feedback to improve the existing documentation.

Please add the following steps in the ActiveMQ documentation (or grant me
rights to do so on the Wiki)

1. http://activemq.apache.org/osgi-integration.html
Add at the end :
=======================
[Optional] In order to use the ActiveMQ console with a broker configured
with authentication, it is necessary to configure the username/password for
JMS connection as well.
#webconsole.jms.user=system
#webconsole.jms.password=manager
=======================

2. http://activemq.apache.org/security.html

Please add after the sentence "With the above bean definition, Camel will
pass the specified security credentials when it connects to the broker."

=======================
If the broker is running in an OSGi container, add the following line after
the ActiveMQComponent bean definition :
<service ref="activemq" interface="org.apache.camel.Component"/>
=======================

3. http://activemq.apache.org/security.html

Please add after the sentence "The above configuration is not set up to work
within a secure environment."
=======================
If the application is running in an OSGi container, add the following line
before the CamelContext definition :
<osgi:reference id="activemq" interface="org.apache.camel.Component" />

This allows any pre-configured instance of the ActiveMQComponent deployed in
the container to take precedence on the default ActiveMQComponent.
=======================

Thanks in advance,

metatech



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-documentation-update-tp5148751p5148751.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to