| Package | Description |
|---|---|
| org.apache.synapse.message.store.impl.jdbc | |
| org.apache.synapse.message.store.impl.resequencer |
| Modifier and Type | Method and Description |
|---|---|
protected Statement |
JDBCMessageStore.getStoreMessageStatement(MessageContext messageContext,
Long sequenceId)
Generates the statement to store message in database.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Statement> |
JDBCMessageStore.removeMessageStatement(String msgId)
Statement to remove the message once a response is received.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Map> |
JDBCMessageStore.getProcessedRows(Statement statement)
Will return the list of processed message rows.
|
| Modifier and Type | Method and Description |
|---|---|
protected Statement |
ResequenceMessageStore.getStoreMessageStatement(MessageContext context,
Long sequenceId)
Stores message in database by providing the correct sequence id.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Statement> |
ResequenceMessageStore.removeMessageStatement(String msgId)
Remove message statement.
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.