Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.message.store | |
org.apache.synapse.message.store.impl.jdbc | |
org.apache.synapse.message.store.impl.jms | |
org.apache.synapse.message.store.impl.memory | |
org.apache.synapse.message.store.impl.rabbitmq | |
org.apache.synapse.message.store.impl.resequencer |
Modifier and Type | Method and Description |
---|---|
MessageStore |
SynapseConfiguration.getMessageStore(java.lang.String name)
Get the Message store for the configuration with a given name.
|
MessageStore |
SynapseConfiguration.removeMessageStore(java.lang.String name)
Removes a Message store from the configuration
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,MessageStore> |
SynapseConfiguration.getMessageStores()
Get Message stores defined
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addMessageStore(java.lang.String name,
MessageStore messageStore)
Add MessageStore to the configuration with a given name.
|
Modifier and Type | Method and Description |
---|---|
static MessageStore |
MessageStoreFactory.createMessageStore(org.apache.axiom.om.OMElement elem,
java.util.Properties properties) |
static MessageStore |
MessageStoreFactory.createMessageStore(org.apache.axiom.om.OMElement elem,
java.util.Properties properties,
SynapseConfiguration synapseConfiguration) |
static MessageStore |
SynapseXMLConfigurationFactory.defineMessageStore(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
java.util.Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeMessageStore(MessageStore messagestore,
SynapseConfiguration synConfig,
org.apache.axiom.om.OMElement parent) |
static org.apache.axiom.om.OMElement |
MessageStoreSerializer.serializeMessageStore(org.apache.axiom.om.OMElement parent,
MessageStore messageStore) |
static org.apache.axiom.om.OMElement |
MessageStoreSerializer.serializeMessageStore(org.apache.axiom.om.OMElement parent,
MessageStore messageStore,
boolean isUiSerialization) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageStore |
Constructor and Description |
---|
MessageStoreView(java.lang.String name,
MessageStore messageStore) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCMessageStore
JDBC Store class
|
Modifier and Type | Class and Description |
---|---|
class |
JmsStore |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStore |
Modifier and Type | Class and Description |
---|---|
class |
RabbitMQStore
The message store and message processor implementation for the RabbitMQ
|
Modifier and Type | Class and Description |
---|---|
class |
ResequenceMessageStore
This represents the store which will allow to re-sequence messages.
|
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.