Question

Following the guide here I have added the Active Mq Jars to providers list: enter image description here

But Hermes Jms does not show the Active Mq connection factory: enter image description here

I have tried restarting Hermes Jms but that doesn't help.

Was it helpful?

Solution

I believe your problem is that you need to change the Loader dropdown in the middle section of the Session screen from System to ActiveMQ. I have the setup steps documented in a word doc and can send them to you if you send me your email address. (my id is mikemil@hotmail.com) The instructions were originally written for Weblogic, but you can take basically the same steps and modify slightly for ActiveMQ.

The gist is

  1. create your context for ActiveMQ
  2. then when you create the session, the ConnectionFactory loaded needs to be switched to ActiveMQ from System. This allows Hermes to find the active mq connection factory. By doing that, now Hermes can find the ActiveMQ connection factory options. See my screenshot below.

Hope this helps!

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top