[progress Communities] [progress Openedge Abl] Forum Post: Re: Connect To Websphere Mq...

  • Thread starter Thread starter Fuelfire
  • Start date Start date
Status
Not open for further replies.
F

Fuelfire

Guest
I must use your tab file? I still left my AMQCLCHL.TAB. I copy modified AdminObjectFinder.java in D:\Depo101\DPRO_31_10\MQ on the server. Note how I specified the path to the directory: env.put(Context.PROVIDER_URL, "file:D:\\Depo101\\DPRO_31_10\\MQ"); //works for remote client This directory (d:\depo101\DPRO_31_10\MQ) contains my AMQCLCHL.TAB and .bindings. Then I compiled java and packed it in jar (i use %dlc%\jdk\bin on the server): javac -cp C:\progra~2\IBM\WebSph~1\java\lib\jms.jar;.; -d . D:\Depo101\DPRO_31_10\MQ\AdminObjectFinder.java jar -cvf d:\depo101\DPRO_31_10\MQ\AdminObjectFinder.jar C:\Progra~1\OpenEdge\jdk\bin\jmsfromABL Here is the files: (Please visit the site to view this file) (Please visit the site to view this file) Then I stoped AdminService on server and after a few minutes I started it. My sonicMQ1 adapter is configured to autostart: Then I check the sonicMQ1.server.log: Main >====================================================================== Main >(Mar 28, 2017 14:19:14:599) D:\OpenEdge\WRK\sonicMQ1.server.log opened. Main >(Mar 28, 2017 14:19:14:599) : Starts Adapter server logging. Main >(Mar 28, 2017 14:19:14:599) : LoggingLevel set to = 5 Main >(Mar 28, 2017 14:19:14:599) : The system property: sonicMQExtensions is set to false Main >(Mar 28, 2017 14:19:14:599) : The classpath is set to C:\Program Files\OpenEdge\java\progress.jar;C:\PROGRA~2\IBM\WEBSPH~1\java\lib\com.ibm.mqjms.jar;D:\Depo101\DPRO_31_10\MQ\AdminObjectFinder.jar Main >(Mar 28, 2017 14:19:14:635) : Reading jmsProvider.properties from location : C:\Program Files\OpenEdge\properties\jmsProvider.properties Main >: A public jmsfromABL.AdminObjectFinder class was not found. Nothing changed! Do you see a mistake in my actions? I'll try to use your binding file now. I'm afraid to make a mistake when editing it. Anyway, I'll try. I'll keep you informed.

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