https://github.com/quarkiverse/quarkus-pooled-jms
Quarkus extension for a JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 clients
https://github.com/quarkiverse/quarkus-pooled-jms
jms messaging quarkus-extension
Last synced: about 1 year ago
JSON representation
Quarkus extension for a JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 clients
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-pooled-jms
- Owner: quarkiverse
- License: apache-2.0
- Created: 2022-06-21T15:51:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T07:31:49.000Z (about 1 year ago)
- Last Synced: 2025-04-22T08:26:50.769Z (about 1 year ago)
- Topics: jms, messaging, quarkus-extension
- Language: Java
- Homepage:
- Size: 415 KB
- Stars: 5
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus Messaginghub Pooled JMS Extension
[](#contributors-)
[](https://github.com/quarkiverse/quarkus-pooled-jms/actions?query=workflow%3ABuild)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://search.maven.org/search?q=g:io.quarkiverse.messaginghub%20AND%20a:quarkus-pooled-jms-parent)
This extension provides JMS Connection pool for messaging applications that provides pooling for JMS Connections, Sessions and MessageProducers. Also it can be integrated with transaction manager to support XA JTA which is provided by [Quarkus Narayana JTA](https://quarkus.io/guides/transaction). Add the following dependency in your pom.xml to get started,
```xml
io.quarkiverse.messaginghub
quarkus-pooled-jms
```
For more information and quickstart, you can check the complete [documentation](https://quarkiverse.github.io/quarkiverse-docs/quarkus-pooled-jms/dev/index.html).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!