Package org.apache.activemq.jndi
Class ActiveMQSslInitialContextFactory
- java.lang.Object
-
- org.apache.activemq.jndi.ActiveMQInitialContextFactory
-
- org.apache.activemq.jndi.ActiveMQSslInitialContextFactory
-
- All Implemented Interfaces:
InitialContextFactory
public class ActiveMQSslInitialContextFactory extends ActiveMQInitialContextFactory
-
-
Constructor Summary
Constructors Constructor Description ActiveMQSslInitialContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActiveMQConnectionFactory
createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given environment-
Methods inherited from class org.apache.activemq.jndi.ActiveMQInitialContextFactory
createConnectionFactory, createContext, createQueue, createQueues, createTopic, createTopics, getConnectionFactoryNames, getConnectionPrefix, getInitialContext, getQueuePrefix, getTopicPrefix, needsXA, setConnectionPrefix, setQueuePrefix, setTopicPrefix
-
-
-
-
Method Detail
-
createConnectionFactory
protected ActiveMQConnectionFactory createConnectionFactory(Hashtable environment) throws URISyntaxException
Factory method to create a new connection factory from the given environment- Overrides:
createConnectionFactory
in classActiveMQInitialContextFactory
- Throws:
URISyntaxException
-
-