quarkiverse / quarkus-pooled-jms

Quarkus extension for a JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus Messaginghub Pooled JMS Extension

All Contributors

Build License Central

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. Add the following dependency in your pom.xml to get started,

<dependency>
    <groupId>io.quarkiverse.messaginghub</groupId>
    <artifactId>quarkus-pooled-jms</artifactId>
</dependency>

For more information and quickstart, you can check the complete documentation.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Amos Feng

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Quarkus extension for a JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 clients

License:Apache License 2.0


Languages

Language:Java 100.0%