This )) at the end of admin.password property look suspicious to me. I'd start testing with values that comes with the distro and check if the properties are OK. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dejanb@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http://www.manning.com/snyder/ On Thu, Aug 23, 2012 at 4:48 PM, joesan wrote: > This is my config: (activemq.xml) > > * > > > password="${admin.password}" groups="admins,publishers,consumers"/> > password="${publish.password}" groups="publishers"/> > password="${consume.password}" groups="consumers"/> > > > * > > In my credentials-enc.properties, I have the following: > > * admin.password=ENC(poLn7+4Q4huiuGb6xCI2hg==)) > publish.password=ENC(mYRkg+4Q4hua1kvpCCI2hg==) > consume.password=ENC(tYun7+4yuEhua1kvpCCI2hg=+)* > > Again, in my activemq.xml, I have the following defined: > > * class="org.jasypt.encryption.pbe.config.EnvironmentStringPBEConfig"> > > > > class="org.jasypt.encryption.pbe.StandardPBEStringEncryptor"> > > > class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer"> > > 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.