Re: Enabling security

2008-08-21 Thread Dejan Bosanac
Hi, if you need a with the secured broker, you must set the appropriate ActiveMQComponent as shown in the patch for AMQ-1237 (https://issues.apache.org/activemq/browse/AMQ-1237) Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://

Re: Enabling security

2008-08-20 Thread Joe Fernandez
gt; Best Regards, > Jacob > > -- View this message in context: http://www.nabble.com/Enabling-security-tp19063428p19080962.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Enabling security

2008-08-20 Thread Jacob Rhoden
Dejan Bosanac wrote: what kind of exception are you getting? I finally worked it out, if you add security using the simple security plugin. Simply remove the part from the configuration file to prevent the exceptions. Until I work out what this does, ill just hope its not important. (:

Re: Enabling security

2008-08-20 Thread Jacob Rhoden
Dejan Bosanac wrote: what kind of exception are you getting? I did a fresh clean install, setup the security using settings as described in your previous email. The admin web application now works fine. The whole thing appears to work fine. Except this appears on stdout, every few seconds.

Re: Enabling security

2008-08-20 Thread Dejan Bosanac
Hi Jacob, what kind of exception are you getting? Regards -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net Jacob Rhoden wrote: > Dejan Bosanac wrote: >> you

Re: Enabling security

2008-08-20 Thread Jacob Rhoden
Dejan Bosanac wrote: you have to provide credentials to the connectionFactory bean in webapps/admin/WEB-INF/webconsole-embedded.xml such as alternately, you can take a look at patch for issue 1237 (https://issues.apache.org/activemq/browse/AMQ-1237) This is exa

Re: Enabling security

2008-08-19 Thread Dejan Bosanac
least enable some basic security so a password is > required before a que can be accessed. However enabling security breaks > the admin application, and errors continually appear in the log. > > This is what I added

Enabling security

2008-08-19 Thread Jacob Rhoden
Hi, Im new to activeMQ and am trying to work out how to do some basic things. I want to at least enable some basic security so a password is required before a que can be accessed. However enabling security breaks the admin application, and errors continually appear in the log. This is what I