Author |
Message
|
MQRR |
Posted: Mon Sep 29, 2003 10:07 am Post subject: webClient.properties |
|
|
Centurion
Joined: 10 Aug 2003 Posts: 110
|
In WebClient.properties file ( IBM WebSphere MQ Workflow\cfgs\fmcs\WebClient\fmcohcli.war\..)
what does
AgentConfiguration=FMC
mean or what is it for.
it is just below these lines
#AgentLocator=JNDI_LOCATOR
#AgentLocator=LOC_LOCATOR
MQRR |
|
Back to top |
|
 |
Ratan |
Posted: Mon Sep 29, 2003 10:12 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
It is the configuration ID with which you configured your webclient. _________________ -Ratan |
|
Back to top |
|
 |
MQRR |
Posted: Mon Sep 29, 2003 10:21 am Post subject: |
|
|
Centurion
Joined: 10 Aug 2003 Posts: 110
|
I know that was a stupid question
what I was actually trying to figure out was where are webclient configuration details are stored like which QM it has to connect to and which group, all that stuff, Is there a connection between the webclient.properties file and any other file which tells the Webclient to use this particular MQ set up but not this one ?
MQRR |
|
Back to top |
|
 |
MQRR |
Posted: Mon Sep 29, 2003 10:55 am Post subject: |
|
|
Centurion
Joined: 10 Aug 2003 Posts: 110
|
I just figured all the config info sits in fmczkcfg file. So now my question comes to is there any connection made between webclient.properties file and fmczkcfg file. if not is there any connection between fmczkcfg and any other file in fmcohcli.war file. |
|
Back to top |
|
 |
vennela |
Posted: Mon Sep 29, 2003 11:00 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
That is the information that you specify in connect names. There are four parameters that are specified in the connect names
1. GROUP
2. SYSTEM
3. QMGR PREFIX
4. QMGR
Let's say you have a Web client with QMGR
Now when you try to Logon to workflow with web client, web client internally would see what the connect names are, and then would MQ client connect to the local QMGR and then send/receive requests/replies to the MQWF QueueManager. Those messages would be processed by workflow server and necessary responses will be sent.
Now:
If you have a web client with MQ Client:
When you copy the channel table from MQWF server to your web client box(or any client box), the channel tab will have the information like QMGR name hostname, port number etc.
What QMGR it will connect to is specified in the "client settings menu" "add connect names".
Hope this helps
-------
Venny |
|
Back to top |
|
 |
|