Author |
Message
|
rmah |
Posted: Wed Jun 06, 2007 1:04 pm Post subject: How to get contact admin & Group Server/Manager to communicate? |
|
|
Centurion
Joined: 04 May 2007 Posts: 142
|
Hi,
I'm running MQ and MB on Linux along with contact admin Agent.
I'm trying to look for instructions on how to configure the contact admin Agent to communicate with a Group Manager/Server, but cannot find any information regarding this.
How/where can I specify the address of the group server, and how do I start a communication between the 2 components?
Also, how can I specify which specific queues to monitor?
Thanks in advanced! |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 06, 2007 6:22 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I think you have to configure the server to know where the agent is.
Either that, or it should discover on it's own.
Well.
I'm probably wrong.
The contact admin support team has always seemed very helpful. You should contact them directly. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
AAA |
Posted: Thu Jun 07, 2007 7:38 am Post subject: |
|
|
Newbie
Joined: 31 Jan 2007 Posts: 2
|
|
Back to top |
|
 |
AAA |
Posted: Thu Jun 07, 2007 7:52 am Post subject: |
|
|
Newbie
Joined: 31 Jan 2007 Posts: 2
|
To automatically register contact admin Agent with the Group Manager, please edit MQGROUP.ini member as follow:
# This is a mqgroup.ini file.
Group::MQEVENT=GM_NAME
Group::GM_NAME=GM_NAME
GM_NAME::Node=(IP Address of Group Manager)
GM_NAME::Service=4005(Port number of Group Manager)
GM_NAME::Secure=0
File located in APWMQ_HOME/config/groups directory |
|
Back to top |
|
 |
rmah |
Posted: Thu Jun 07, 2007 1:05 pm Post subject: |
|
|
Centurion
Joined: 04 May 2007 Posts: 142
|
AAA wrote: |
To automatically register contact admin Agent with the Group Manager, please edit MQGROUP.ini member as follow:
# This is a mqgroup.ini file.
Group::MQEVENT=GM_NAME
Group::GM_NAME=GM_NAME
GM_NAME::Node=(IP Address of Group Manager)
GM_NAME::Service=4005(Port number of Group Manager)
GM_NAME::Secure=0
File located in APWMQ_HOME/config/groups directory |
Thanks all! |
|
Back to top |
|
 |
|