문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top