Azure ServiceBus
Discover more about the Azure ServiceBus connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Send and receive 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)
.
Required Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Dynamic Account | When activated, the connector will use the account dynamically. When deactivated, it’ll use the account statically. | false | boolean |
Account Name | The name of the account that is generated dynamically via the Store Account connector. | string | |
Account | Sets the account to be used by the connector. | N/A | account |
Service Bus Type | The service bus type of connection to execute. Queue is for typical queue option and topic for subscription based model. | queue | string |
Fail On Error | If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false | false | boolean |
Optional Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Topic Or Queue Name | Selected topic name or the queue name, that is depending on serviceBusType config. For example if serviceBusType=queue, then this will be the queue name and if serviceBusType=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 | Sets OffsetDateTime at which the message should appear in the Service Bus queue or topic. | N/A | string |
Headers Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
CamelAzureServiceBusApplicationProperties | The application properties (also known as custom properties) on messages sent and received by the producer and consumer, respectively. | N/A | JSON |
CamelAzureServiceBusScheduledEnqueueTime | (producer)Overrides the OffsetDateTime at which the message should appear in the Service Bus queue or topic. (consumer) Gets the scheduled enqueue time of this message. | N/A | string |
CamelAzureServiceBusProducerOperation | Overrides the desired operation to be used in the producer. | string |
Successful executions should output at least a property "success": true
Last updated