[progress Communities] [progress Openedge Abl] Forum Post: Re: In Search Of The Correct...

  • Thread starter Thread starter Paul-V
  • Start date Start date
Status
Not open for further replies.
P

Paul-V

Guest
Hi Anand, Some excerpts from AdminServerPlugins.properties : # # 4GL Sonic Adapter plugin - SonicMQ adapter support # [Plugin.SonicMQAdapter] (unchanged) dependency=Plugin.System,Plugin.UBPropMgr pluginpolicy=PluginPolicy.Progress.SonicMQ uniquetype=AD license=1048577 classname=com.progress.ubroker.tools.adapter.AdapterGuiPlugin pluginargs=SonicMQ Adapter # # Policy for the 4GL SonicMQ Adapter # [PluginPolicy.Progress.SonicMQ] (changed!) pluginclasspath=/opt/dlc/java/progress.jar ,/opt/dlc/java/ext/activemq-all-5.10.0.jar classpath=/opt/dlc/java/progress.jar ,/opt/dlc/java/ext/activemq-all-5.10.0.jar jvmargs=-DsonicMQExtensions= false -DjmsProvider= ActiveMQ And a new file $DLC/properties/jmsProvider.properties: [WebsphereMQ] javax.jms.ConnectionFactory=com.ibm.mq.jms.MQConnectionFactory javax.jms.QueueConnectionFactory=com.ibm.mq.jms.MQQueueConnectionFactory javax.jms.TopicConnectionFactory=com.ibm.mq.jms.MQTopicConnectionFactory [ActiveMQ] javax.jms.ConnectionFactory=org.apache.activemq.ActiveMQConnectionFactory javax.jms.QueueConnectionFactory=org.apache.activemq.ActiveMQConnectionFactory javax.jms.TopicConnectionFactory=org.apache.activemq.ActiveMQConnectionFactory Connecting from my OE ABLE client to ActiveMQ (server) works fine; just cannot get connected to SonicMQ v 7.6.2.... I have no connectionfactory, for neither connection. Thanks for your help. Paul.

Continue reading...
 
Status
Not open for further replies.
Back
Top