Connecting ActiveMQ Artemis to Solace Message Broker
Does Solace provide some kind of connector to read (subscribe) the (AMQP) messages from a ActiveMQ Artemis and publish them to Solace broker? And, subscribe message from solace message broker and publish to ActiveMQ Artemis?
Comments
-
Hi @dreamoka,
Solace is actually building a JMS connector now which is expected to be released in late June or July which is built for exactly this use case. More info to come soon!
It will be a self-contained connector as defined in @amackenzie 's video here: https://solace.com/resources/videos/solace-feature-spotlight-solace-connectors-video
0 -
Hi @dreamoka,
You could use something like Camel to do a JMS to JMS bridge. Here is an example app that I've seen someone set up to do it previously: https://github.com/richard-lawrence/Solace-Camel-JMS-Bridge
It looks like this is also what Active MQ recommends for bridging to other brokers: https://activemq.apache.org/jms-to-jms-bridge
Hope that helps!
0