Hi ActiveMQ doc says:
-
Starting with version 5.3, all of the above configuration details are included in the default ActiveMQ configuration. Also, there is a central place where you can set credentials that these components will use to connect to the broker. Just set your desired username and password in the conf/credentials.properties file, which by default looks like this:
activemq.username=system
activemq.password=manager
Ref: http://activemq.apache.org/security.html (Default Credentials)
-
But I didn't find that file in FUSE ESB 4.4
Do I have to set default connection settings in ./etc/activemq-broker.xml?
Thanks
Edited by: eruiz on Sep 19, 2011 4:25 PM