Skip to content

Commit 8f4a2a2

Browse files
author
freyhsiao
committed
update README.md
1 parent 3dae2d2 commit 8f4a2a2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,14 @@ Configure `config/queue.php`
116116
'host' => 'https://cmq-queue-region.api.qcloud.com',
117117
'name' => 'your-queue-name',
118118
'polling_wait_seconds' => 0, // 0-30 seconds
119+
'retries' => 3,
119120
],
120121
'topic' => [
121-
'enable' => false,
122-
'filter' => 'routing', // routing or msgtag
123-
'host' => 'https://cmq-topic-region.api.qcloud.com',
124-
'name' => '',
122+
'enable' => false,
123+
'filter' => 'routing', // routing or msgtag
124+
'host' => 'https://cmq-topic-region.api.qcloud.com',
125+
'name' => 'your-topic-name',
126+
'retries' => 3,
125127
],
126128
],
127129
'plain' => [

0 commit comments

Comments
 (0)