public interface JMSManagementService
| Modifier and Type | Method and Description |
|---|---|
void |
registerConnectionFactory(String name,
ConnectionFactoryConfiguration config,
HornetQConnectionFactory connectionFactory) |
JMSServerControl |
registerJMSServer(JMSServerManager server) |
void |
registerQueue(HornetQQueue queue,
Queue serverQueue) |
void |
registerTopic(HornetQTopic 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(HornetQQueue queue, Queue serverQueue) throws Exception
Exceptionvoid registerTopic(HornetQTopic topic) throws Exception
Exceptionvoid registerConnectionFactory(String name, ConnectionFactoryConfiguration config, HornetQConnectionFactory connectionFactory) throws Exception
Exceptionvoid unregisterConnectionFactory(String name) throws Exception
ExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.