Mqsc (#95)
* Change to using MQSC option on crtmqm * Fix docker tests * Remove function configureQueueManager
This commit is contained in:
committed by
GitHub Enterprise
parent
c64c6fe95d
commit
9b81aedd9a
@@ -227,14 +227,6 @@ func doMain() error {
|
||||
}
|
||||
}
|
||||
|
||||
if standby, _ := ready.IsRunningAsStandbyQM(name); !standby {
|
||||
err = configureQueueManager()
|
||||
if err != nil {
|
||||
logTermination(err)
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
enableMetrics := os.Getenv("MQ_ENABLE_METRICS")
|
||||
if enableMetrics == "true" || enableMetrics == "1" {
|
||||
go metrics.GatherMetrics(name, log)
|
||||
|
||||
Reference in New Issue
Block a user