An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Quarkus Messaginghub Pooled JMS Extension

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

[![Build](https://github.com/quarkiverse/quarkus-pooled-jms/workflows/Build/badge.svg?branch=main)](https://github.com/quarkiverse/quarkus-pooled-jms/actions?query=workflow%3ABuild)
[![License](https://img.shields.io/github/license/quarkiverse/quarkus-pooled-jms)](http://www.apache.org/licenses/LICENSE-2.0)
[![Central](https://img.shields.io/maven-central/v/io.quarkiverse.messaginghub/quarkus-pooled-jms-parent?color=green)](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)):



Amos Feng

💻 🚧

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!