ballerina-platform / module-ballerinax-activemq.driver

Ballerina ActiveMQ driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina ActiveMQ Driver

The ActiveMQ Driver library is one of the external library packages of the Ballerina language.

This Package bundles the latest ActiveMQ client so that JMS connector can be used in ballerina projects easily.

Build from the source

Set up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 17 (from one of the following locations).

  2. Export your GitHub personal access token with read package permissions as follows.

    export packageUser=<Username>
    export packagePAT=<Personal access token>
    

Build the source

Execute the commands below to build from the source.

  1. To build the library:

     ./gradlew clean build
    
  2. Publish ZIP artifact to the local .m2 repository:

    ./gradlew clean build publishToMavenLocal
    
  3. Publish the generated artifacts to the local Ballerina central repository:

    ./gradlew clean build -PpublishToLocalCentral=true
    
  4. Publish the generated artifacts to the Ballerina central repository:

     ./gradlew clean build -PpublishToCentral=true
    

Contribute 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

Ballerina ActiveMQ driver

License:Apache License 2.0


Languages

Language:Ballerina 100.0%