Creating a Message Processor¶
Follow the instructions given below to create a new Message Processor artifact in WSO2 Integration Studio.
Instructions¶
- If you have already created an ESB Config project, right-click the project and go to New → Message Processor to open the New Message Processor Artifact dialog.
- Select Create a new message-processor artifact and click Next.
- Type a unique name for this message processor, specify the type of processor you're creating.
-
Specify values for the required parameter for the selected message processor.
Info
See the list of configurable properties for a Message Sampling Processor, Scheduled Message Forwarding Processor, or a Scheduled Failover Message Forwarding Processor.
-
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 processor is created in the
src/main/synapse-config/message-processors
folder under the ESB Config project you specified. -
Open the new artifact from the project explorer, and update any optional message processor properties.
Info
See the list of configurable properties for a Message Sampling Processor, Scheduled Message Forwarding Processor, or a Scheduled Failover Message Forwarding Processor.
Examples¶
- Using the Message Forwarding Processor
- Using the Message Sampling Processor
- Securing the Message Forwarding Processor
- Load Balancing with Message Forwarding Processor
Tutorials¶
- See the tutorial on using message stores and processors