diff --git a/README.md b/README.md index a348b002..cd7bca86 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Ballerina `java.jms` Library -[![Build](https://github.com/ballerina-platform/module-ballerina-java.jms/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-java.jms/actions/workflows/build-timestamped-master.yml) +[![Build](https://github.com/ballerina-platform/module-ballerinax-java.jms/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-java.jms/actions/workflows/build-timestamped-master.yml) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-java.jms/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-java.jms) -[![Trivy](https://github.com/ballerina-platform/module-ballerina-java.jms/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-java.jms/actions/workflows/trivy-scan.yml) -[![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-java.jms/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-java.jms/actions/workflows/build-with-bal-test-graalvm.yml) -[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-java.jms.svg)](https://github.com/ballerina-platform/module-ballerina-java.jms/commits/master) +[![Trivy](https://github.com/ballerina-platform/module-ballerinax-java.jms/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-java.jms/actions/workflows/trivy-scan.yml) +[![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-java.jms/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-java.jms/actions/workflows/build-with-bal-test-graalvm.yml) +[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-java.jms.svg)](https://github.com/ballerina-platform/module-ballerinax-java.jms/commits/master) -The `ballerina/java.jms` library provides an API to connect to an external JMS provider like ActiveMQ from Ballerina. +The `ballerinax/java.jms` library provides an API to connect to an external JMS provider like ActiveMQ from Ballerina. This library is created with minimal deviation from the JMS API to make it easy for the developers who are used to working with the JMS API. This library is written to support both JMS 2.0 and JMS 1.0 API. diff --git a/ballerina/Module.md b/ballerina/Module.md index 2ec2142e..9742d0aa 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -1,6 +1,6 @@ ## Overview -The `ballerina/java.jms` module provides an API to connect to an external JMS provider like ActiveMQ from Ballerina. +The `ballerinax/java.jms` module provides an API to connect to an external JMS provider like ActiveMQ from Ballerina. This module is created with minimal deviation from the JMS API to make it easy for the developers who are used to working with the JMS API. This module is written to support both JMS 2.0 and JMS 1.0 API. diff --git a/ballerina/Package.md b/ballerina/Package.md index 262635f1..85c6a0ac 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -1,6 +1,6 @@ ## Package overview -The `ballerina/java.jms` package provides an API to connect to an external JMS provider like ActiveMQ from Ballerina. +The `ballerinax/java.jms` package provides an API to connect to an external JMS provider like ActiveMQ from Ballerina. This package is created with minimal deviation from the JMS API to make it easy for the developers who are used to working with the JMS API. This package is written to support both JMS 2.0 and JMS 1.0 API.