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, etc.
For more information, go to the module(s).
-
Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle.
Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
-
Download and install Ballerina.
Execute the commands below to build from the source.
- To Build & Package the Native Java Wrapper: Change the current directory to the root directory and execute the following command.
./gradlew build
- To build the Ballerina package: Change the current directory to the asb-ballerina home directory and execute the following command.
bal pack
- To run the tests after build: Change the current directory to the asb-ballerina home directory and execute the following command.
bal test
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the contribution guidelines.
All contributors are encouraged to read the Ballerina Code of Conduct.
- Discuss code changes of the Ballerina project in [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.