Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic]: Revamp Azure Service Bus Connector #5807

Closed
3 tasks done
RDPerera opened this issue Nov 20, 2023 · 1 comment
Closed
3 tasks done

[Epic]: Revamp Azure Service Bus Connector #5807

RDPerera opened this issue Nov 20, 2023 · 1 comment
Assignees

Comments

@RDPerera
Copy link
Member

RDPerera commented Nov 20, 2023

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

  • Migrating connector repository to gradle
  • Add GraalVM compatibility and observability
  • Update the documentation
@RDPerera
Copy link
Member Author

As it's completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant