Creating a Message Store¶
Follow the instructions given below to create a new Message Store artifact in WSO2 Integration Studio.
Instructions¶
- If you have already created an ESB Config project, right-click the project and go to New → Message Store to open the New Message Store Artifact dialog.
- Select the Create a new message-store artifact option and click Next.
- Type a unique name for the message store, and then select the type of message store you are creating.
-
Specify values for the required properties for the selected message store.
-
Do one of the following:
- To save the endpoint in an existing ESB Config project in your workspace, click Browse and select that project.
- To save the endpoint in a new ESB Config project, click Create new 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 Config project you specified. -
Open the new artifact from the project explorer, and update any optional message store properties.
Examples¶
- Introduction to Message Stores and Processors
- JDBC Message Store
- JMS Message Store
- RabbitMQ Message Store
Tutorials¶
- See the tutorial on using message stores and processors