You can create a new message store or import an existing message store from the file system using WSO2 ESB EI tooling.
Tip |
---|
You need to have WSO2 ESB EI tooling installed to create a new message store or to import an existing message store via ESB EI tooling. For instructions on installing WSO2 ESB EI tooling, see Installing WSO2 EI Enterprise Integrator Tooling. |
Anchor | ||||
---|---|---|---|---|
|
Follow these steps to create a new message store. Alternatively, you can import an existing message store.
- In Eclipse, click the Developer Studio menu and then click Open Dashboard. This opens the Developer Studio Dashboard.
- Click Message Store on the Developer Studio Dashboard.
- Leave the first option selected and click Next.
- 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.
- Do one of the following:
- To save the message store in an existing ESB EI Config project in your workspace, click Browse and select that project.
- To save the message store in a new ESB EI Config project, click Create a new ESB EI Project and create the new project.
- Click Finish. The message store is created in the
src/main/synapse-config/message-stores
folder under the ESB EI Config project you specified and appears in the editor. You can click its icon in the editor to view its properties.
Anchor | ||||
---|---|---|---|---|
|
Follow these steps to import an existing message store into an ESB EI Config project. Alternatively, you can create a new message store.
- In Eclipse, click the Developer Studio menu and then click Open Dashboard. This opens the Developer Studio Dashboard.
- Click Message Store on the Developer Studio Dashboard.
- Select Import a Message Store and click Next.
- Specify the XML file that defines the message store by typing its full path name or clicking Browse and navigating to the file.
- In the Save In field, specify an existing ESB existing EI Config project in your workspace where you want to save the message store, or click Create new Project to create a new ESB EI Config project and save the message store configuration there.
- Click Finish. The message store is created in the
src/main/synapse-config/message-stores
folder under the ESB EI Config project you specified and appears in the editor.
...