This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit b0707dd99f75c9bee7758928f5ede0229e2f1538 Author: Lari Hotari <[email protected]> AuthorDate: Fri Apr 24 09:56:25 2026 +0300 Add JMS client library --- client-libraries/overview.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client-libraries/overview.md b/client-libraries/overview.md index 182388f4e88..21086739d68 100644 --- a/client-libraries/overview.md +++ b/client-libraries/overview.md @@ -103,3 +103,10 @@ This is an alternative Apache Pulsar project's [Go client](go.md) | [pulsar4s](https://github.com/CleverCloud/pulsar4s) | Idiomatic, typesafe, and reactive Scala client for Apache Pulsar | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) |   | | [neutron](https://github.com/cr-org/neutron) | Purely functional Apache Pulsar client for Scala built on top of Fs2 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) |   | | [neutron (profunktor's fork)](https://neutron.profunktor.dev) | Fs2-powered Apache Pulsar client with support for Scala 2 and 3 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) |   | + + +#### JMS + +| Project | Description | License | Badges | +|--------------------------------------------------------|---------------------------------------|-----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [pulsar-jms](https://github.com/datastax/pulsar-jms) | JMS Client library for Apache Pulsar | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) |   | \ No newline at end of file
