Create a Message Processor¶
Follow the instructions below to create a new Message Processor artifact in the Micro Integrator for Visual Studio Code extension (MI for VS Code).
Instructions¶
Create the message processor artifact¶
-
Launch Visual Studio Code with the Micro Integrator for VS Code extension (MI for VS Code) installed.
Info
Follow the Install Micro Integrator for VS Code documentation for a complete installation guide.
-
Create an integration project.
-
Go to Micro Integrator Project Explorer > Message Processors.
-
Hover over Message Processors and click the + icon that appears to open the Message Processor Form below.
-
Select the type of message processor you are creating.
-
Enter a unique name for the message processor.
See the links given below for descriptions of properties for each message processor type:
-
Click Create.
The message processor is created in the src/main/wso2mi/artifacts/message-processors
folder under the integration project you created.
Update the properties¶
Open the above-created message processor artifact from the MI Project Explorer. You can use the Form view or the Source view to update message processor properties.
See the links given below for descriptions of properties for each processor type:
- Message Sampling Processor properties
- Scheduled Message Forwarding Processor properties
- Scheduled Failover Message Forwarding Processor properties
Learn more about message processors
Follow our examples on message processors:
- Using the Message Forwarding Processor
- Using the Message Sampling Processor
- Securing the Message Forwarding Processor
- Load Balancing with Message Forwarding Processor
Follow our tutorials on message processors: