ballerina-platform / module-ballerinax-azure-service-bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina Azure Service Bus Connector

Build codecov Trivy GitHub Last Commit GraalVM Check License

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).

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 17. 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.

  2. Download and install Ballerina.

Building the source

Execute the commands below to build from the source.

  1. To Build & Package the Native Java Wrapper: Change the current directory to the root directory and execute the following command.
    ./gradlew build
  1. To build the Ballerina package: Change the current directory to the ballerina home directory and execute the following command.
    bal pack
  1. To run the tests after build: Change the current directory to the ballerina home directory and execute the following command.
    bal test

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, go to the contribution guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links

About

License:Apache License 2.0


Languages

Language:Ballerina 50.3%Language:Java 49.7%