Question

How to connect Hazelcast MQ with Streamsets Pipeline?

  • 3 January 2024
  • 1 reply
  • 27 views

I want to establish a connect between Hazelcast-MQ to use it as origin and destination. Couldn’t find any information about that in Streamsets Documentation. Please help me out with this.


1 reply

Userlevel 2
Badge

Hazelcast MQ distributes hazelcastmq-core, the core MQ library that provides a JMS 2.0-like API for sending and receiving messages (https://github.com/mpilone/hazelcastmq?tab=readme-ov-file). Therefore, if you install in Data Collector this library as a third-party library, and then you setup your corresponding connection settings, everything should work.

Reply