A
Anand Adike
Guest
Thank you Paulo Lima for providing the details of the files. Quickly, I tried in windows platform with JNDI approach by following the below steps: 1) Added following details in $DLC/properties/jmsProvider.properties file [HornetQ] javax.jms.ConnectionFactory=org.hornetq.jms.client.HornetQJMSConnectionFactory javax.jms.QueueConnectionFactory=org.hornetq.jms.client.HornetQJMSConnectionFactory javax.jms.TopicConnectionFactory=org.hornetq.jms.client.HornetQJMSConnectionFactory 2) Created AdminObjectFinder.java file to locate the ConnectionFactory and generate AdminObjectFinder.jar with generated class files. 3) Updated the SonicMQ configuration details in $DLC/properties/AdminServerPlugins.properties file as shown below: pluginclasspath=C:\Progress\dlc/java/progress.jar,C:\Softwares\hornetq-2.4.0.Final\lib\hornetq-commons.jar,C:\Softwares\hornetq-2.4.0.Final\lib\hornetq-core-client.jar,C:\Softwares\hornetq-2.4.0.Final\lib\hornetq-jms-client.jar,C:\Softwares\hornetq-2.4.0.Final\lib\jboss-jms-api.jar,C:\Softwares\hornetq-2.4.0.Final\lib\netty.jar,C:\Softwares\hornetq-2.4.0.Final\lib\jnp-client.jar,C:\Softwares\hornetq-2.4.0.Final\lib\AdminObjectFinder.jar classpath=C:\Progress\dlc/java/progress.jar,C:\Softwares\hornetq-2.4.0.Final\lib\hornetq-commons.jar,C:\Softwares\hornetq-2.4.0.Final\lib\hornetq-core-client.jar,C:\Softwares\hornetq-2.4.0.Final\lib\hornetq-jms-client.jar,C:\Softwares\hornetq-2.4.0.Final\lib\jboss-jms-api.jar,C:\Softwares\hornetq-2.4.0.Final\lib\netty.jar,C:\Softwares\hornetq-2.4.0.Final\lib\jnp-client.jar,C:\Softwares\hornetq-2.4.0.Final\lib\AdminObjectFinder.jar jvmargs=-DsonicMQExtensions=false -DjmsProvider=HornetQ 4) Increased sonicMQ1 adapter srvrLoggingLevel=5 in $DLC/properties/ubroker.properties file to get information in log files. Please find the attached server log (sonicMQ1.server.log) and AdminObjectFinder.java file. Hope this helps. Thanks, Anand.
Continue reading...
Continue reading...