Azure Service Bus Simulator
Simulator Settings
Name (required)
Name of SimulatorKey (required)
Unique Key to identify the messageTransport (required)
Azure Service Bus
Default End Point (required)
Name of your Event Hub resource as created in Azure, such asmyservicebus
.
Note: This should not be the full Event Hub URL, such as: ~~myservicebus.servicebus.windows.net
~~Queue Name (Required)
Name of the actual Event Hub where you will be publishing your messages. This queue name will be copied can be copied as a default to the Message Template where it can be edited, that way you can use one simulator to send to many queues.Device ID (Required)
Device ID that will be sent along with each message, although this field is not necessarily required, you should probably add a device id to be used in your messages.Access Key Name (required)
Name of the Access Key for the provided SAS Policy that hasSend
privilegesAccess Key (required)
Key that hasSend
privileges for the supplied Access Key NameDefault Payload Type (required)
Default format of the payload you will send with each message. It can be either a simple string or Binary.Description
Free-form text used to provide notes for your simulator
Message Settings
Name (required)
Name of the MessageKey (required)
Unique Key to identify the messageQueue Name (required)
Name of the Queue where this message should be sent.Payload Type (required)
Text or Binary message. In most cases, this will be text.Append CR
0x0D
ASCII character 0x0D will be appended to the messageAppend LF
0x0A
ASCII character 0x0D will be appended to the messageText or Binary Message
Based on your Payload Type, you can add either a text or binary message.Text
Add content to be sent as the body of the message. This allows for Tag ReplacementBinary
Binary Content to be sent as a message
Dynamic Attributes (For Text Payloads Only)
For more information, please see the Dynamic Fields section.