| 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(String name)
Get the Message store for the configuration with a given name.
|
MessageStore |
SynapseConfiguration.removeMessageStore(String name)
Removes a Message store from the configuration
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageStore> |
SynapseConfiguration.getMessageStores()
Get Message stores defined
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynapseConfiguration.addMessageStore(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,
Properties properties) |
static MessageStore |
MessageStoreFactory.createMessageStore(org.apache.axiom.om.OMElement elem,
Properties properties,
SynapseConfiguration synapseConfiguration) |
static MessageStore |
SynapseXMLConfigurationFactory.defineMessageStore(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageStore |
| Constructor and Description |
|---|
MessageStoreView(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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ResequenceMessageStore
This represents the store which will allow to re-sequence messages.
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.