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 BusContent 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.netthe Host Name would bemyeventhub.servicebus.windows.netQueue (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 connectpermissions.Access Key (required)
Enter the assigned Access Key for your IoT Hub that was specified in the Access Key Name section.