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/.

Creating a Message Store

You can create a new message store or import an existing message store from the file system using WSO2 EI tooling. 

Before you begin

You need to have WSO2 EI tooling installed to create a new message store or to import an existing message store via EI tooling. For instructions on installing WSO2 EI tooling, see Installing Enterprise Integrator Tooling.

Creating a message store

Follow these steps to create a new message store. Alternatively, you can import an existing message store.

  1. In Eclipse, click the Developer Studio menu and then click Open Dashboard. This opens the Developer Studio Dashboard.
  2. Click Message Store on the Developer Studio Dashboard.
  3. Leave the first option selected and click Next.
  4. Type a unique name for this message store, specify the type of store you are creating, and then specify values for the other fields required to create the store type you you selected.
  5. Do one of the following:
    • To save the message store in an existing EI Config project in your workspace, click Browse and select that project.
    • To save the message store in a new EI Config project, click Create a new EI Project and create the new project.
  6. Click Finish. The message store is created in the src/main/synapse-config/message-stores folder under the EI Config project you specified and appears in the editor. You can click its icon in the editor to view its properties.

Importing a message store

Follow these steps to import an existing message store into an EI Config project. Alternatively, you can create a new message store.

  1. In Eclipse, click the Developer Studio menu and then click Open Dashboard. This opens the Developer Studio Dashboard.
  2. Click Message Store on the Developer Studio Dashboard.
  3. Select Import a Message Store and click Next.
  4. Specify the XML file that defines the message store by typing its full path name or clicking Browse and navigating to the file.
  5. In the Save In field, specify an existing EI Config project in your workspace where you want to save the message store, or click Create new Project to create a new EI Config project and save the message store configuration there.
  6. Click Finish. The message store is created in the src/main/synapse-config/message-stores folder under the EI Config project you specified and appears in the editor.