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
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 ()
>
.*;
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
.* 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
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
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:
description="JMS Connection Factory"
> factory="org.apache.activemq.jndi.JNDIReferenceFactory"
> brokerURL="tcp://localhost:61616"
>
> userName="sudip"
> password="verySecret"
>
> useEmbeddedBroker="false"
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
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-