Hi,

I am trying to implement an ActiveMQ client with sharedconsumer
functionality with ActiveMQ 5.18.3. The activemq-client (
https://mvnrepository.com/artifact/org.apache.activemq/activemq-client)
doesn't seem to support SharedConsumer functionality yet. When I use
Artemis Client (
https://mvnrepository.com/artifact/org.apache.activemq/artemis-jms-client)
to connect to 5.18.3the connectionFatory.createContext(); is timing out.
The same code succeeds if I try to connect to artemis broker. Is there a
way to use artemis client with classic ActiveMQ?

-- 
Regards,
Paras

Reply via email to