Re: jndi with ssl

2008-05-28 Thread sudip shrestha
//rajdavies.blogspot.com/ > > > > On 28 May 2008, at 21:25, sudip shrestha wrote: > > 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

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:

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