public class WildFlyMessaging extends HQMessaging
Messaging.CreateContextOption, Messaging.CreateOption, Messaging.CreateQueueOption, Messaging.CreateTopicOptionREMOTE_TYPE_STANDALONE, REMOTE_TYPE_WILDFLY, server, started| Constructor and Description |
|---|
WildFlyMessaging(java.lang.String name,
WildFlyService service,
Options<Messaging.CreateOption> options) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.Queue |
createQueue(java.lang.String name,
java.lang.String selector,
boolean durable) |
protected javax.jms.Topic |
createTopic(java.lang.String name) |
protected void |
destroyQueue(java.lang.String name) |
protected void |
destroyTopic(java.lang.String name) |
protected java.lang.Object |
lookupJNDI(java.lang.String jndiName) |
void |
start() |
void |
stop() |
addCloseable, addCloseableForDestination, closeCloseables, createContext, destroyDestination, findOrCreateQueue, findOrCreateTopic, isRunning, jmsServerManager, lookupJNDI, lookupQueue, lookupTopic, namepublic WildFlyMessaging(java.lang.String name,
WildFlyService service,
Options<Messaging.CreateOption> options)
public void start()
throws java.lang.Exception
start in interface Componentstart in class HQMessagingjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface Componentstop in class HQMessagingjava.lang.Exceptionprotected javax.jms.Queue createQueue(java.lang.String name,
java.lang.String selector,
boolean durable)
throws java.lang.Exception
createQueue in class HQMessagingjava.lang.Exceptionprotected javax.jms.Topic createTopic(java.lang.String name)
throws java.lang.Exception
createTopic in class HQMessagingjava.lang.Exceptionprotected void destroyQueue(java.lang.String name)
destroyQueue in class HQMessagingprotected void destroyTopic(java.lang.String name)
destroyTopic in class HQMessagingprotected java.lang.Object lookupJNDI(java.lang.String jndiName)
lookupJNDI in class HQMessagingCopyright © 2014. All Rights Reserved.