Re: jndi with ssl

2008-05-28 Thread sudip shrestha
Done... Also, looks like we need to look into the ActiveMQInitialContextFactory class, so that we can retrieve ActiveMQSslConnectionFactory via JNDI On Wed, May 28, 2008 at 5:57 PM, Rob Davies <[EMAIL PROTECTED]> wrote: > Sudip, > > could you add the Apache 2.0

Re: jndi with ssl

2008-05-28 Thread sudip shrestha
have created JIRA for this: https://issues.apache.org/activemq/browse/AMQ-1754. Thanks, Sudip On Wed, May 28, 2008 at 2:54 PM, sudip shrestha <[EMAIL PROTECTED]> wrote: > I have created a class org.apache.activemq.ActiveMQSslConnectionFactoryx () >

Re: jndi with ssl

2008-05-28 Thread sudip shrestha
.*; import javax.net.ssl.*; import javax.jms.*; import org.apache.commons.ssl.*; /** * @author Sudip Shrestha * * Class that extends ActiveMQSslConnectionFactory so that it can use client.ks/client.ts files without having to set * System Properties: javax.net.ssl.keyStore=/path/to

Re: jndi with ssl

2008-05-14 Thread sudip shrestha
.* system properties[1] but > these may have too far reaching an effect. > > [1] > http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#Customization > > 2008/5/12 sudip shrestha <[EMAIL PROTECTED]>: > > Is it possible to do this with the current ver

Re: jndi with ssl

2008-05-12 Thread sudip shrestha
Is it possible to do this with the current version of Activemq with tomcat? Any suggestion is highly appreciated. Thanks. On Thu, May 8, 2008 at 10:21 AM, sudip shrestha <[EMAIL PROTECTED]> wrote: > Is it possible to setup jndi with ssl connection for Activemq in tomcat. > If s

jndi with ssl

2008-05-08 Thread sudip shrestha
Is it possible to setup jndi with ssl connection for Activemq in tomcat. If so where do I define the client.ks/client.ts files? My jndi config in context.xml file:

Re: activemq username/password config in tomcat jndi

2007-11-05 Thread sudip
description="JMS Connection Factory" > factory="org.apache.activemq.jndi.JNDIReferenceFactory" > brokerURL="tcp://localhost:61616" > > userName="sudip" > password="verySecret" > > useEmbeddedBroker="false"

jndi tomcat ActiveMQConnectionFactory

2007-11-03 Thread sudip shrestha
The activemq server I am using requires username and password for connection. I have setup jndi resource in tomcat for the connectionFactory. How do I provide these auth parameters via tomcat config files or spring config files? Thanks

activemq username/password config in tomcat jndi

2007-11-02 Thread sudip
The activemq server I am using requires username and password for connection. I have setup jndi resource in tomcat for the connectionFactory. How do I provide these auth parameters via tomcat config files or spring config files? -- View this message in context: http://www.nabble.com/activemq-