Sending Messages to Azure Service Bus Queue

Sending messages to an Azure Service Bus queue is a fundamental operation when integrating Azure Service Bus with Kognitos. This section covers how to send messages to a specified queue.

Action Description: Sends a message to an Azure Service Bus queue.

Required Concepts:

  • Message (string): The message to be sent.

  • Queue name (string): The name of the Azure Service Bus queue the message will be sent to.

Language Example:

the message is "Hello, World!"
send the message to azure service bus with
    the queue name is "myqueue"

This command sends the message "Hello, World!" to the specified queue "myqueue".

Last updated

Was this helpful?