public interface MessagingProviderManagement
| Modifier and Type | Method and Description |
|---|---|
void |
createTopic(String topicName,
String jndiName)
Creates JMS topic using this provider
|
void |
finalizeProvider()
Finalizes messaging provider management at on application tear down.
|
void |
initializeProvider()
Initializes messaging management, called at application startup.
|
void initializeProvider()
throws InitializationFailedException
InitializationFailedException - when initialize of provider failsvoid createTopic(String topicName, String jndiName) throws Exception
topicName - the name of the topicjndiName - the JNDI binding to use for given topicException - when creating of topic failsvoid finalizeProvider()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.