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

Status
Not open for further replies.
A

Anand Adike

Guest
Hi Fuelfire, Ask MQ Administrator to provide the Client Channel Definition Table(CCDT) file and use that file to create the .bindings in client machine using the following command. 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, specify the location of .bindings in AdminObjectFinder.java and create jar out of it and use it in classpath and pluginsclasspath. Hope this helps!! Thanks, Anand.

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