Receiving Messages from Azure Service Bus Queue

Receiving messages from an Azure Service Bus queue is another core functionality when integrating Azure Service Bus with Kognitos. This section covers how to receive the latest message from a specified queue.

Action Description: Receives the latest message from an Azure Service Bus queue.

Required Concepts:

  • Queue name (string): The name of the Azure Service Bus queue from which to receive the message.

Output Concepts:

  • Message (string): The latest message received from the specified Azure Service Bus queue.

Language Example:

receive a message from azure service bus with
    the queue name is "myqueue"
the message

This command receives the latest message from the specified queue "myqueue" and outputs the message.

Last updated

Was this helpful?