P
Paul-V
Guest
I am using Progress OpenEdge 11.5, and have replaced the SonicMQ JMS adapter with the generic JMS adapter. A connection with an ActiveMQ server wors flawlessly, but I am not able to connect to my SonicMQ server. SonicMQ is version 7.6.2.... the server logfile states 'Failed to create a JMS session. (9290)' but there is no information showing the reason WHY... Source snippet: RUN VALUE(DLC + "/jms/jmssession.r") PERSISTENT SET ptpsession ("-H localhost -S 5162"). RUN setBrokerURL IN ptpsession (INPUT "tcp://sonicMQhost:2506"). RUN setUser IN ptpsession (INPUT username). RUN setPassword IN ptpsession (INPUT userpass). /* Connect to the broker. */ RUN beginSession IN ptpsession. I have tried several different things already; I have tried port 2500, I have tried adding "-AppService broker1" to the ptpsession parameters, I have tried adding "-AppService xx.SonicMQ1", nothing seems to work. Help, anyone?
Continue reading...
Continue reading...