1

I have a requirement to create a bridge between a Queue in ActiveMQ and a Queue in Solace. When ever there is a message in ActiveMQ Queue it should automatically get transferred to SolaceQ.

I'm struggling to find the steps for this configuration. I have ActiveMQ installed on my local machine. Request you to please throw some light on this.

FYI: I'm very new to ActiveMQ/Solace

Justin Bertram
  • 29,372
  • 4
  • 21
  • 43
Shankar
  • 53
  • 4

1 Answers1

0

I think you'll need to do this via JMS since both ActiveMQ and Solace support it. Check out ActiveMQ's docs here: https://activemq.apache.org/jms-to-jms-bridge

Mrc0113
  • 453
  • 3
  • 13
  • Thanks for your reply @Mrc0113. I tried referring the above doc but not able to get the config details for Solace, like the jar files which need to be referenced etc. Request you to please let me know from where I can get those details from. TIA – Shankar Apr 23 '22 at 01:12
  • ActiveMQ documentation isn't going to provide details about configuration for Solace's JMS client implementation. You should get those details from the Solace documentation. – Justin Bertram Apr 23 '22 at 03:41
  • @Shankar it looks like there is an example that someone did here: https://github.com/richard-lawrence/Solace-Camel-JMS-Bridge And you can grab the latest Solace JMS jars from solace.com/downloads – Mrc0113 Apr 25 '22 at 18:05