public interface JMSManagementService
| Modifier and Type | Method and Description |
|---|---|
void |
registerConnectionFactory(String name,
ConnectionFactoryConfiguration config,
ActiveMQConnectionFactory connectionFactory) |
JMSServerControl |
registerJMSServer(JMSServerManager server) |
void |
registerQueue(ActiveMQQueue queue,
org.apache.activemq.artemis.core.server.Queue serverQueue) |
void |
registerTopic(ActiveMQTopic topic) |
void |
stop() |
void |
unregisterConnectionFactory(String name) |
void |
unregisterJMSServer() |
void |
unregisterQueue(String name) |
void |
unregisterTopic(String name) |
JMSServerControl registerJMSServer(JMSServerManager server) throws Exception
Exceptionvoid registerQueue(ActiveMQQueue queue, org.apache.activemq.artemis.core.server.Queue serverQueue) throws Exception
Exceptionvoid registerTopic(ActiveMQTopic topic) throws Exception
Exceptionvoid registerConnectionFactory(String name, ConnectionFactoryConfiguration config, ActiveMQConnectionFactory connectionFactory) throws Exception
Exceptionvoid unregisterConnectionFactory(String name) throws Exception
ExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.