Hi Thanks for sharing.
You can read here how you can help out and be able to edit the documentation yourself. This is much appreciated. http://camel.apache.org/contributing.html http://camel.apache.org/how-do-i-edit-the-website.html On Mon, Jan 16, 2012 at 2:52 PM, metatech <[email protected]> wrote: > 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. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
