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 in sb://myeventhub.servicebus.windows.net the Host Name would be myeventhub.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 has service connect permissions.

  • Access Key (required)
    Enter the assigned Access Key for your IoT Hub that was specified in the Access Key Name section.