Skip to content

Commit 5cfc1f5

Browse files
authored
Fix the issue reported on #12385 (#12969)
Missed setting ConnectionString on queuesettings Signed-off-by: Andrew Thornton <[email protected]>
1 parent feb1a8c commit 5cfc1f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/queue/setting.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func getQueueSettings(name string) (setting.QueueSettings, []byte) {
4343
opts["BlockTimeout"] = q.BlockTimeout
4444
opts["BoostTimeout"] = q.BoostTimeout
4545
opts["BoostWorkers"] = q.BoostWorkers
46+
opts["ConnectionString"] = q.ConnectionString
4647

4748
cfg, err := json.Marshal(opts)
4849
if err != nil {

0 commit comments

Comments
 (0)