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
Exception
void registerQueue(ActiveMQQueue queue, org.apache.activemq.artemis.core.server.Queue serverQueue) throws Exception
Exception
void registerTopic(ActiveMQTopic topic) throws Exception
Exception
void registerConnectionFactory(String name, ConnectionFactoryConfiguration config, ActiveMQConnectionFactory connectionFactory) throws Exception
Exception
void unregisterConnectionFactory(String name) throws Exception
Exception
Copyright © 2015 The Apache Software Foundation. All rights reserved.