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 licence to the ActiveMQSslConne

Re: jndi with ssl

2008-05-28 Thread Rob Davies
Sudip, could you add the Apache 2.0 licence to the ActiveMQSslConnectionFactoryx and re-attach it - ticking the ASF granted licence? Will probably incorporate your enhancement into the ActiveMQSslConnectionFactory class though cheers, Rob http://open.iona.com/products/enterprise-active

Re: jndi with ssl

2008-05-28 Thread Rob Davies
Great thx Sudip!! 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 PROTECTED]> wrote: I have created a class org.apache.activemq.ActiveMQSs

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 () > that extends org.apache.activemq.ActiveMQSslConn

Re: jndi with ssl

2008-05-28 Thread sudip shrestha
I have created a class org.apache.activemq.ActiveMQSslConnectionFactoryx () that extends org.apache.activemq.ActiveMQSslConnectionFactory which provides a constructor public ActiveMQSslConnectionFactoryx(String keyStore, String keyStorePassword, String trustStore) so that you can provide the keySto

Re: jndi with ssl

2008-05-15 Thread Hiram Chirino
I like that idea... On Wed, May 14, 2008 at 3:33 PM, sudip shrestha <[EMAIL PROTECTED]> wrote: > I was wondering maybe extending the > org.apache.activemq.ActiveMQSslConnectionFactory class and providing hooks > to set KeyManagers and TrustManagers will do the trick > > On Wed, May 14, 2008 at

Re: jndi with ssl

2008-05-14 Thread sudip shrestha
I was wondering maybe extending the org.apache.activemq.ActiveMQSslConnectionFactory class and providing hooks to set KeyManagers and TrustManagers will do the trick On Wed, May 14, 2008 at 7:00 AM, Gary Tully <[EMAIL PROTECTED]> wrote: > it should respond to the javax.net.ssl.* system proper

Re: jndi with ssl

2008-05-14 Thread Gary Tully
it should respond to the javax.net.ssl.* 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 vers

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 so where do I define