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:
This command sends the message "Hello, World!" to the specified queue "myqueue".
Last updated
Was this helpful?