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:
<Context antiJARLocking="true">
  <Resource
        name="jms/ConnectionFactory"
        auth="Container"
        type="org.apache.activemq.ActiveMQConnectionFactory"
        description="JMS Connection Factory"
        factory="org.apache.activemq.jndi.JNDIReferenceFactory"
        brokerURL="ssl://localhost:61617"
        brokerName="LocalActiveMQBroker"
        useEmbeddedBroker="false"/>

</Context>

Reply via email to