Re: ActiveMQ Authentication

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

Re: ActiveMQ Authentication

2012-08-24 Thread Dejan Bosanac
ext(XBeanBrokerFactory.java:108) > at > org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:72) > at > org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71) > at > org.apache.activemq.broker.BrokerFactory.createBrok

Re: ActiveMQ Authentication

2012-08-24 Thread joesan
://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
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 Chris Pratt
g is the property name is locations here as opposed to location in > the bean tag for EncryptablePropertyPlaceholderConfigurer > > * > > class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer"> > > value="file:${activemq.conf}/credentials-enc.

Re: ActiveMQ Authentication

2012-08-24 Thread joesan
g for EncryptablePropertyPlaceholderConfigurer * * -- 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-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

Re: ActiveMQ Authentication

2012-08-23 Thread Dejan Bosanac
pertyPlaceholderConfigurer"> > >value="file:${activemq.conf}/credentials-enc.properties"/> > * > > > > > > -- > View 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 joesan
+4Q4hua1kvpCCI2hg==) consume.password=ENC(tYun7+4yuEhua1kvpCCI2hg=+)* Again, in my activemq.xml, I have the following defined: * * -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ

Re: ActiveMQ Authentication

2012-08-23 Thread Dejan Bosanac
at > org.apache.activemq.xbean.XBeanBrokerFactory$1.(XBeanBrokerFactory.java:108) > at > org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:108) > at > org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:72) > at > org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71) > at > org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54) > at > org.apache.activemq.console.command.StartCommand.startBroker(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 the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ Authentication

2012-08-23 Thread joesan
mq.broker.BrokerFactory.createBroker(BrokerFactory.java:54) at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115) at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74) ... 10 more Why could it not resolve the place

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 " class="com.lmco.fltwinds.security.FltwindsAuthen

activemq authentication through plugins

2008-09-09 Thread scott.d.dagastino
{ this.userPasswords = 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.