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

  • Thread starter Thread starter Anand Adike
  • Start date Start date
Status
Not open for further replies.
A

Anand Adike

Guest
Hi Paul-V, Thank you for providing the details. In AdminServerPlugins.properties file, ActiveMQ is configured under “[PluginPolicy.Progress.SonicMQ]” section. So it will connect only ActiveMQ. If you want to use SonicMQ, then we need to change the configuration details as shown below: Without using Generic JMS Adapter: [PluginPolicy.Progress.SonicMQ] pluginclasspath=/opt/dlc/sonic/MQ8.5/lib/sonic_Client.jar,/opt/dlc/sonic/MQ8.5/lib/mgmt_client.jar,/opt/dlc/java/progress.jar classpath=/opt/dlc/sonic/MQ8.5/lib/sonic_Client.jar,/opt/dlc/java/progress.jar Using Generic JMS Adapter: [PluginPolicy.Progress.SonicMQ] pluginclasspath=/opt/dlc/sonic/MQ8.5/lib/sonic_Client.jar,/opt/dlc/sonic/MQ8.5/lib/mgmt_client.jar,/opt/dlc/java/progress.jar classpath=/opt/dlc/sonic/MQ8.5/lib/sonic_Client.jar,/opt/dlc/java/progress.jar jvmargs=-DsonicMQExtensions=false -DjmsProvider= SonicMQ Also, we need to add following properties in $DLC/properties/jmsProvider.properties file. [SonicMQ] javax.jms.ConnectionFactory=progress.message.jclient.ConnectionFactory javax.jms.QueueConnectionFactory=progress.message.jclient.QueueConnectionFactory javax.jms.TopicConnectionFactory=progress.message.jclient.TopicConnectionFactory Hope this helps!! Thanks, Anand.

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