We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dae2d2 commit 8f4a2a2Copy full SHA for 8f4a2a2
README.md
@@ -116,12 +116,14 @@ Configure `config/queue.php`
116
'host' => 'https://cmq-queue-region.api.qcloud.com',
117
'name' => 'your-queue-name',
118
'polling_wait_seconds' => 0, // 0-30 seconds
119
+ 'retries' => 3,
120
],
121
'topic' => [
- 'enable' => false,
122
- 'filter' => 'routing', // routing or msgtag
123
- 'host' => 'https://cmq-topic-region.api.qcloud.com',
124
- 'name' => '',
+ 'enable' => false,
+ 'filter' => 'routing', // routing or msgtag
+ 'host' => 'https://cmq-topic-region.api.qcloud.com',
125
+ 'name' => 'your-topic-name',
126
127
128
129
'plain' => [
0 commit comments