Reactive messaging with JMS connector
When it comes to integration with messaging systems, JMS API is one of the most popular solutions out there. So it’s no wonder Helidon 2.2.0 comes with direct support for connecting its reactive messaging to JMS. Let’s try to connect Helidon to Apache ActiveMQ over JMS, it’s super easy to set up and we can focus on the connector itself. First, start ActiveMQ in the docker:
docker run --name='activemq' -p 61616:61616 -p 8161:8161 rmohr/activemq
When we have JMS server to play with, it’s time for tweaking Helidon.
JMS Messaging with Helidon MP
To connect Helidon MP, we are going to need MicroProfile Reactive Messaging implementation, Helidon’s JMS messaging connector, and the ActiveMQ client library. Read the complete article here.
For regular information become a member in the Developer Partner Community please register here.
Blog
Twitter
LinkedIn
Facebook
Meetups
Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic