Azure ServiceBus

Discover more about the Azure ServiceBus connector and how to use it on the Digibee Integration Platform.

The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.

Azure ServiceBus sends and receives messages to/from Azure Event Bus.

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

General tab

Parameter
Description
Default value
Data type

Dynamic Account

When active, the connector will use the account dynamically. Otherwise, it will use the account statically.

False

Boolean

Account Name (DB)

The name of the dynamic account used by the connector. This account must have been previously configured in a Store Account connector in the pipeline for this process to take effect. It is only available if the Dynamic Account parameter is active.

N/A

String

Account

The account used by the connector. It is only available if the Dynamic Account parameter is inactive.

N/A

Account

Service Bus Type

The ServiceBus type of connection to execute. Queue is for a typical queue option and Topic for subscription based model.

Queue

String

Fail On Error

If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the "success" property.

False

Boolean

Optional tab

Parameter
Description
Default value
Data type

Topic Or Queue Name (DB)

Selected topic name or the queue name, depending on Service Bus Type parameter. For example if the Service Bus Type is Queue, then this will be the queue name and if the Service Bus Type is Topic, this will be the topic name.

N/A

String

Amqp Transport Type

Sets the transport type by which all the communication with Azure Service Bus occurs. Default value is AmqpTransportType#AMQP.

AMQP

String

Producer Operation

Sets the desired operation to be used in the producer.

sendMessages

String

Scheduled Enqueue Time (DB)

Sets OffsetDateTime at which the message should appear in the Service Bus queue or topic.

N/A

String

Body (DB)

The body, if applicable.

{ }

JSON

Headers tab

Parameter
Description
Default value
Data type

Application Properties (DB)

The application properties (also known as custom properties) on messages sent and received by the producer and consumer, respectively.

N/A

JSON

Scheduled Enqueue Time (DB)

Gets the scheduled enqueue time of this message.

N/A

String

Producer Operation

Overrides the desired operation to be used in the producer.

N/A

String

Documentation tab

Parameter
Description
Default value
Data type

Documentation

Section for documenting any necessary information about the connector configuration and business rules.

N/A

String

Last updated