On 6/1/06, ENP <[EMAIL PROTECTED]> wrote:
Hi, Can I use JNDI properties (something like java.naming.security.principal) to setup authentication info instead of using proprietary ActiveMQ ActiveMQConnection.makeConnection?
In JMS you specify the username/password on the ConnectionFactory.createConnection() method - just like with JDBC. Or did you mean something else? FWIW you can use ActiveMQ with any JNDI provider you like, so you could just use LDAP? -- James ------- http://radio.weblogs.com/0112098/
