This particular post includes run time broker configurations to run a sample broker application.
Configuration manager & brokers are supported by queue manager.Communication happens between broker & Configuration manager using queue manager.
Following steps are required for broker before we start development :
Open Command Console.
1) Create a queue manager (For ex queue manager name is BRQM)
crtmqm BRQM
2) Create a broker (For ex broker name is BROK, username/password is user/pwd, queue manager is BRQM, database name is MY_DB with dbuser/dbpwd as credential)
mqsicreatebroker BROK -i user -a pwd -q BRQM -n MY_DB -u dbuser -p dbpwd
3) Create a Configuration manager (For ex configuration manager is CONFIGMGR, username/password is user/pwd)
mqsicreateconfigmgr CONFIGMGR -i user -a pwd -q BRQM
Configuration manager & brokers are supported by queue manager.Communication happens between broker & Configuration manager using queue manager.
Following steps are required for broker before we start development :
Open Command Console.
1) Create a queue manager (For ex queue manager name is BRQM)
crtmqm BRQM
2) Create a broker (For ex broker name is BROK, username/password is user/pwd, queue manager is BRQM, database name is MY_DB with dbuser/dbpwd as credential)
mqsicreatebroker BROK -i user -a pwd -q BRQM -n MY_DB -u dbuser -p dbpwd
3) Create a Configuration manager (For ex configuration manager is CONFIGMGR, username/password is user/pwd)
mqsicreateconfigmgr CONFIGMGR -i user -a pwd -q BRQM
No comments:
Post a Comment