Hi,

if you take a look in the etc folder, you will see the activemq.xml. This activemq.xml contains a <jaas:plugin/> element.

If you want to disable authentication, just remove the <jaas:plugin/> element.
Else, you have to specify username/password when you get the JMS connection.

Using the Karaf jms commands, you have to use:

karaf@root()> jms:count -u karaf -p karaf ...

where -u is the username and -p the password.

If you use Camel or code, you have to specify username/password.

Regards
JB

On 01/30/2014 09:36 AM, Sebarry wrote:
Hi JB,

Please excuse my ignorance I didn't specify a username and password. Where
do I need to do this? If I have a look at the features that I have installed
I have ActiveMQ 5.9.0 with default configuration.

karaf@root()> feature:list | grep mq
activemq-client                         | 5.9.0            | x         |
activemq-5.9.0            | ActiveMQ client libraries
activemq                                | 5.9.0            | x         |
activemq-5.9.0            | ActiveMQ broker libraries
activemq-broker-noweb                   | 5.9.0            |           |
activemq-5.9.0            | Full ActiveMQ broker with default configuration
activemq-broker                         | 5.9.0            |           |
activemq-5.9.0            | Full ActiveMQ broker with default configuration
an
activemq-camel                          | 5.9.0            |           |
activemq-5.9.0            |
activemq-web-console                    | 5.9.0            |           |
activemq-5.9.0            |
activemq-blueprint                      | 5.9.0            | x         |
activemq-5.9.0            |
camel-amqp                              | 2.12.0           |           |
camel-2.12.0              |
camel-mqtt                              | 2.12.0           |           |
camel-2.12.0              |
camel-rabbitmq                          | 2.12.0           |           |
camel-2.12.0              |



--
View this message in context: 
http://karaf.922171.n3.nabble.com/faultJmsMessageListenerContainer-Could-not-refresh-JMS-Connection-for-destination-person-tp4031400p4031402.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to