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(Hashtable<?,?> jndiProperties, String lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.DestinationcreateDestination()-
Methods inherited from class org.apache.activemq.artemis.jms.bridge.impl.JNDIFactorySupport
createObject
-
-
-
-
Method Detail
-
createDestination
public javax.jms.Destination createDestination() throws Exception- Specified by:
createDestinationin interfaceDestinationFactory- Throws:
Exception
-
-