Home > Pipeline Modules > Transmitters
Azure Service Bus Transmitter
You can easily send messages to an Azure Service Bus server for external process.
Required Fields
In addition to the standard fields that are required for any transmitter, the following fields are required:
Transmitter Type (required)
Azure Service Bus
Content Type (required)
Select the Content Type of the message that you are expecting. All Content Types are acceptable.Host Name (required)
The Host Name of the Service Resource you created in Azure. For example insb://myeventhub.servicebus.windows.net
the Host Name would bemyeventhub.servicebus.windows.net
Queue (required)
The name of the Service Bus Queue to listen on.Access Key Name (required)
Enter the name of the Access Key (similar to iothubowner, services). It is important that your key hasservice connect
permissions.Access Key (required)
Enter the assigned Access Key for your IoT Hub that was specified in the Access Key Name section.