Helidon Messaging with JMS by Daniel Kec

image

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.

Developer Partner Community

For regular information become a member in the Developer Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook image Meetups

Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.