You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Service Bus is a reliable cloud Messaging as a Service (Maas). It is an enterprise message broker with message queues and publish-subscribe topics. The service bus is used to decouple applications and services from each other. Data is transferred between different applications and services using messages. You can find more information here.
The Azure Service Bus Ballerina connector allows you to connect to the Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, and admin operations.
Task Description
Revamping the existing Ballerina ASB connector involves following sub tasks
Migrating connector repository to gradle
Add GraalVM compatibility and observability
Update the documentation
The text was updated successfully, but these errors were encountered:
Connector Name
ballerinax/asb (Azure Service Bus)
The Azure Service Bus is a reliable cloud Messaging as a Service (Maas). It is an enterprise message broker with message queues and publish-subscribe topics. The service bus is used to decouple applications and services from each other. Data is transferred between different applications and services using messages. You can find more information here.
The Azure Service Bus Ballerina connector allows you to connect to the Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, and admin operations.
Task Description
Revamping the existing Ballerina ASB connector involves following sub tasks
The text was updated successfully, but these errors were encountered: