Azure Service Bus Receive Message

Azure Service Bus icon

Description

Sends a message from a queue in an Azure Service Bus namespace.

Parameters

Name Description

Name

Display name for the action in Designer

Queue name

Name of the queue to receive messages from. When set, overrides any values inherited from metadata.

Output

This action exposes received messages as a bind, with the following parameters per message:

Name Description

CREATION_TIME

Timestamp representing when the message was inserted into the queue

MESSAGE_CONTENT

Body of the message

MESSAGE_ID

Unique id linked to the message

SEQUENCE_NUMBER

Position of the message in the queue

Statistics

This action exposes the following statistics variable:

  • AZURE_SERVICE_BUS_RECEIVED_MESSAGES: number of messages received using Azure Service Bus Receive Message actions.