Author |
Message
|
sudaltsov |
Posted: Thu Dec 05, 2013 4:53 am Post subject: broker connection file for multi-instance brokers |
|
|
Voyager
Joined: 02 May 2012 Posts: 82
|
I was trying to find the definition of the broker configuration file in order to specify multiple instances. For single instance, it is simple like that:
<?xml version="1.0" encoding="UTF-8"?>
<configmgr crlNameList="" domainName="" host="myhost" listenerPort="1414" queueManager="myqm" securityExit="" securityExitJar="" sslCipherSuite="NONE" sslDistinguishedNames="" sslKeyStore="" sslTrustStore="" svrconn="SYSTEM.BKR.CONFIG"/>
How do I specify second host, listenerPort ? |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Dec 05, 2013 6:18 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Are the two brokers running in an Active/Passive HA configuration?
In most cases there is an IP Address associated with the 'service' where the broker is running. connect to that and you should be good to go. You could add a DNS name to the IP addy but there is sometimes a delay in the route being reset so I tend to use the IP address all the time. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Simbu |
Posted: Thu Dec 05, 2013 6:20 am Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
|
Back to top |
|
 |
sudaltsov |
Posted: Thu Dec 05, 2013 6:21 am Post subject: |
|
|
Voyager
Joined: 02 May 2012 Posts: 82
|
In our case we have 2 addresses, 2 dns names |
|
Back to top |
|
 |
sudaltsov |
Posted: Thu Dec 05, 2013 6:53 am Post subject: |
|
|
Voyager
Joined: 02 May 2012 Posts: 82
|
Thank you! That answers my question. |
|
Back to top |
|
 |
|