On Fri, Jul 4, 2008 at 2:08 AM, ivan <[EMAIL PROTECTED]> wrote: > Hi! > > How can I simplest to set user/password on activeMQ connections? > > Can I use user/password info in URL to broker something like > tcp://user:[EMAIL PROTECTED]:61216 ?
You need to configure either JAAS or simple authentication in the conf/activemq.xml file. See the following for more information: http://activemq.apache.org/security.html There's also a user-contriubuted example available here: http://activemq.apache.org/user-submitted-configurations.html Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/
