[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
Hi, Anand. I have to make changes to the files. I wrote in AdminObjectFinder.java: env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.fscontext.RefFSContextFactory"); env.put(Context.PROVIDER_URL, "file:D:\\Depo101\\DPRO_31_10\\MQ"); //works for remote client env.put(Context.SECURITY_PRINCIPAL, "swiftmq"); env.put(Context.SECURITY_CREDENTIALS, "swiftmq"); What should I change in a binding? Server name, port and path to tab? How correctly to specify a CCDT path in this file directly for Windows of environment? I found this description on the website of IBM : In the client channel definition table (CCDT) field, enter the explicit path to the file on the server in the form of a URL. For example, if the file was in this path, C:\mquser\ccdt\amqclchl.tab , then the URL for the CCDT field would be file://C:/mquser/ccdt/amqclchl.tab . Your .bindings file uses the paths for the Unix environment. In my case this is Windows. Accordingly, I must replace the path: RemoteTopicCF/RefAddr/53/Content=file\:/largedisk/aadike/triage/linux64/117/4jptplongcharptp_WebsphereMQ.dir/AMQCLCHL.TAB with: RemoteTopicCF/RefAddr/53/Content=file\://D\:/Depo101/DPRO_31_10/MQ/AMQCLCHL.TAB Is it correct? Our bindings files are different. There are lines like "RemoteCF/RefAddr/" In my generated file. Your file contains lines like "RemoteCF/RefAddr" and lines like "RemoteQueueCF/RefAddr" and lines like "RemoteTopicCF". I got the binding file on my workstation via jmsAdmin.bat. Perhaps it should be generated on the server? In any case, I need to understand how to specify the path to the tab-file in .bindings.

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