Prior to Fuse ESB Enterprise version 7.0.2, the Apache ActiveMQ broker was insecure (JAAS authentication not enabled). This section explains how to revert the Apache ActiveMQ broker to an insecure mode of operation, so that it is unnecessary to provide credentials when connecting to the broker.
![]() | Warning |
|---|---|
After performing the steps outlined in this section, the broker has no protection against hostile clients. This type of configuration is suitable only for use on internal, trusted networks. |
These instructions assume that you are running Fuse ESB Enterprise in standalone mode (that is,
running in an OSGi container, but not using Fuse Fabric). In your installation of Fuse ESB Enterprise,
open the file using a
text editor and look for the following lines:InstallDir/etc/activemq.xml
...
<plugins>
<jaasAuthenticationPlugin configuration="karaf" />
</plugins>
...To disable JAAS authentication, delete (or comment out) the
jaasAuthenticationPlugin element. The next time you start up the Fuse ESB Enterprise
container (using the script),
the broker will run with unsecured ports.InstallDir/bin/fusemq






![[Warning]](imagesdb/warning.gif)


