Re: ActiveMQ Authentication

2012-08-24 Thread joesan
/ property name=location value=file:${activemq.conf}/credentials-enc.properties/ /bean* -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655523.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-24 Thread Chris Pratt
-enc.properties/ /bean* -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655523.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-24 Thread joesan
I will try that and let know the results here. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655525.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-24 Thread joesan
in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655539.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-24 Thread Dejan Bosanac
(StartCommand.java:74) ... 10 more -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655539.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-24 Thread joesan
: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655543.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ Authentication

2012-08-23 Thread joesan
(StartCommand.java:115) at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74) ... 10 more Why could it not resolve the placeholder?? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478.html Sent from

Re: ActiveMQ Authentication

2012-08-23 Thread Dejan Bosanac
.n4.nabble.com/ActiveMQ-Authentication-tp4655478.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-23 Thread joesan
this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655488.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authentication

2012-08-23 Thread Dejan Bosanac
=configurationEncryptor / property name=location value=file:${activemq.conf}/credentials-enc.properties/ /bean* -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authentication-tp4655478p4655488.html Sent from the ActiveMQ - User mailing list archive

Re: ActiveMQ Authentication

2012-08-23 Thread joesan
I had a look at the ActiveMQ in Action examples and that uses the activemq-security.xml to start the ActiveMQ. But I guess that should not matter. I will check for those braces and see if that works! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ

activemq authentication through plugins

2008-09-09 Thread scott.d.dagastino
= userPasswords; } private Map userPasswords; private Map userGroups; } -- View this message in context: http://www.nabble.com/activemq-authentication-through-plugins-tp19398185p19398185.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq authentication through plugins

2008-09-09 Thread Bruce Snyder
On Tue, Sep 9, 2008 at 12:19 PM, scott.d.dagastino [EMAIL PROTECTED] wrote: I'm attempting to write my own plugin authentication module for activemq. I have created a bean that extends the broker plugin and register it with activemq.xml bean