public interface JMSStorageManager
extends org.apache.activemq.artemis.core.server.ActiveMQComponent
| Modifier and Type | Method and Description |
|---|---|
void |
addBindings(PersistedType type,
String name,
String... address) |
void |
deleteBindings(PersistedType type,
String name) |
void |
deleteBindings(PersistedType type,
String name,
String address) |
void |
deleteConnectionFactory(String connectionFactory) |
void |
deleteDestination(PersistedType type,
String name) |
void |
load() |
List<PersistedConnectionFactory> |
recoverConnectionFactories() |
List<PersistedDestination> |
recoverDestinations() |
List<PersistedBindings> |
recoverPersistedBindings() |
void |
storeConnectionFactory(PersistedConnectionFactory connectionFactory) |
void |
storeDestination(PersistedDestination destination) |
void storeDestination(PersistedDestination destination) throws Exception
Exceptionvoid deleteDestination(PersistedType type, String name) throws Exception
ExceptionList<PersistedDestination> recoverDestinations()
void deleteConnectionFactory(String connectionFactory) throws Exception
Exceptionvoid storeConnectionFactory(PersistedConnectionFactory connectionFactory) throws Exception
ExceptionList<PersistedConnectionFactory> recoverConnectionFactories()
void addBindings(PersistedType type, String name, String... address) throws Exception
ExceptionList<PersistedBindings> recoverPersistedBindings() throws Exception
Exceptionvoid deleteBindings(PersistedType type, String name, String address) throws Exception
Exceptionvoid deleteBindings(PersistedType type, String name) throws Exception
ExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.