This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

In Memory Message Store

In Memory Message Store is the default Message Store that will be created if user does not specify any implementation from the configuration. Messages will be stored in an in-memory queue. So in case of a ESB restart, all the messages stored will be lost.

In Memory Message Store is lot more faster than any persistence message store implementations. So it can be used as a temporary storage of messages for use cases such as implementation of high speed store and forwarded patterns where message persistence is not a requirement.

Note

In memory message stores are not recommended for use in production as well as in scenarios where large scale message storing is required. You can use an external message store (e.g., JMS message store) for such scenarios.

UI Configuration

1. In the "Add Message Stores" tab, click "In Memory Message Store" (See Adding a Message Store). The "In Memory Message Store" page appears with its default view.

In Memory Message Store parameters :

  • Name - Unique name of the message store.