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

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

Anand Adike

Guest
Hi Fuelfire, AFAIK, we need [PluginPolicy.Progress.SonicMQ] policy plug-in under $DLC/properties/AdminServerPlugins.properties file and Sonic ESB adapter may not be need as we are using MQ system. In Order to make remote connection with WebSpherMQ follow the below steps: 1) Create Connection factory in WebSphereMQ server 2) Create Client-connection Channel from Channels under Queue Manager 3) Create Client Channel Definition Table (CCDT) and it will be located at \Qmgrs\RemoteQM\@ipcc\AMQCLCHL.TAB 4) Now, install the WebSphereMQ client on client machine and create .bindings file by providing the location of .TAB file. Create AdminObjectFinder.java file and specify the location of .bindings file as value to PROVIDER_URL property along with username and password. We can use the INITIAL_CONTEXT_FACTORY value as " com.sun.jndi.fscontext.RefFSContextFactory ". Generate the class file from java and packet that class in jar and provide the generated jar file in pluginclasspath and classpath under [PluginPolicy.Progress.SonicMQ] . Hope this helps!! Thanks, Anand.

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