[progress Communities] [progress Openedge Abl] Forum Post: Re: Need Help On Ibm Mq - "error...

Status
Not open for further replies.
A

Anand Adike

Guest
Hi Sivarami, 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 (provided the steps to create it in previous conversation) 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 using below commands. Syntax: InitCtx> DEF CF( ) + QMGR( ) + TRAN(CLIENT) + CHAN(SYSTEM.DEF.SVRCONN) + HOST( ) + PORT( ) + CCDTURL( ) Example: InitCtx> DEF CF(RemoteCF) + QMGR(RemoteQM) + TRAN(CLIENT) + CHAN(SYSTEM.DEF.SVRCONN) + HOST( ) + PORT( ) + CCDTURL(file:C:/workspace/WMQClient/AMQCLCHL.TAB) Once .bindings generated, 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 package 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.
Top