Class JNDIDestinationFactory
- java.lang.Object
-
- org.apache.activemq.artemis.jms.bridge.impl.JNDIFactorySupport
-
- org.apache.activemq.artemis.jms.bridge.impl.JNDIDestinationFactory
-
- All Implemented Interfaces:
DestinationFactory
public class JNDIDestinationFactory extends JNDIFactorySupport implements DestinationFactory
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.jms.bridge.impl.JNDIFactorySupport
jndiProperties, lookup
-
-
Constructor Summary
Constructors Constructor Description JNDIDestinationFactory(java.util.Hashtable<?,?> jndiProperties, java.lang.String lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.Destination
createDestination()
-
Methods inherited from class org.apache.activemq.artemis.jms.bridge.impl.JNDIFactorySupport
createObject
-
-
-
-
Method Detail
-
createDestination
public javax.jms.Destination createDestination() throws java.lang.Exception
- Specified by:
createDestination
in interfaceDestinationFactory
- Throws:
java.lang.Exception
-
-