test
This commit is contained in:
parent
eb7856a51b
commit
caaf63aaac
2
main.go
2
main.go
@ -112,7 +112,7 @@ func main() {
|
|||||||
go MQGetMsgWorker(w, MQCWMsgQueue)
|
go MQGetMsgWorker(w, MQCWMsgQueue)
|
||||||
}
|
}
|
||||||
for w := 1; w <= SQLCWMsgWorkers; w++ {
|
for w := 1; w <= SQLCWMsgWorkers; w++ {
|
||||||
go SQLCWMsgWorker(w, MQCWIncMsgQueue, SQLMsgIdentifyQueue)
|
go SQLCWMsgWorker(w, MQCWMsgQueue, SQLMsgIdentifyQueue)
|
||||||
}
|
}
|
||||||
for w := 1; w <= SQLIdentifyMsgWorkers; w++ {
|
for w := 1; w <= SQLIdentifyMsgWorkers; w++ {
|
||||||
go SQLIdentifyMsgWorker(w, SQLMsgIdentifyQueue)
|
go SQLIdentifyMsgWorker(w, SQLMsgIdentifyQueue)
|
||||||
|
Loading…
Reference in New Issue
Block a user