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