In Memory Message Store

Introduction

This is a basic message store that stores messages in an in-memory queue. This means that all the stored messages will be lost when the server restarts. The in memory message store is a lot faster than a persistent message store. Therefore, it can be used to temporarily store messages for high-speed store and forward integrations 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.

Properties

Listed below are the properties that can be configured when creating an In-Memory Message Store.

Property Description
Message Store Name A name to identify the In-Memory message store.
Message Store Type Select In-Memory Message Store from the drop-down list.
Top