Hi All,
I want to use "Apache ActiveMQ" JMS provider for JMS communications.
Is SonicMQ is the only JMS provider for supported interface to OpenEdge?
Can i use jms/jmssession.p for my purpose?
Ex:-
RUN jms\jmssession.p PERSISTENT SET hSession("-ABC").
RUN setConnectionURLs IN hSession("localhost:3090").
RUN setUser IN hSession("system").
RUN setPassword IN hSession("manager").
RUN beginSession IN hSession.
Please advise how shall i proceed.........
There is also this OE implementation of STOMP
https://bitbucket.org/jmls/stomp
+1