Description:
Send message to Azure service bus.
Usage:
Example:
Let’s build and execute the sendAzureSBMessageDef example.
- Create a new definition called “sendAzureSBMessageDef”
- Select the definition and click the “design” button
- Drag a sendAzureSBMessage step from the toolbox
- Connect the dots between the start and sendAzureSBMessage step
- Click on the “sendAzureSBMessage” step to configure its properties
- Specify the Azure connection string in the “Azure connection string” textbox in the right panel
- Specify the Message queue name to send the messages across in the “Message queue name” in the right panel as shown below
- Define message params
- Save the workflow definition
- Create a workflow instance and execute
- Workflow will start, send ESB message.