File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ class RabbitMQJob extends BaseJob
264264
265265### Use your own Connection
266266
267- You can extend the build -in ` PhpAmqpLib\Connection\AMQPStreamConnection::class `
267+ You can extend the built -in ` PhpAmqpLib\Connection\AMQPStreamConnection::class `
268268or ` PhpAmqpLib\Connection\AMQPSLLConnection::class ` and within the connection config, you can define your own class.
269269When you specify a ` connection ` key in the config, with your own class name, every connection will use your own class.
270270
@@ -329,7 +329,7 @@ You can alter the heartbeat settings by changing the config.
329329
330330### SSL Secure
331331
332- When u need a secure connection to rabbitMQ server(s). Then this is possible by setting extra config options.
332+ If you need a secure connection to rabbitMQ server(s), you will need to add these extra config options.
333333
334334``` php
335335'connections' => [
@@ -395,8 +395,7 @@ If for some reason you don't want the connection lazy you can turn it off by set
395395
396396## Laravel Usage
397397
398- Once you completed the configuration you can use the Laravel Queue API. If you used other queue drivers you do not need
399- to
398+ Once you completed the configuration you can use the Laravel Queue API. If you used other queue drivers you do not need to
400399change anything else. If you do not know how to use the Queue API, please refer to the official Laravel
401400documentation: http://laravel.com/docs/queues
402401
You can’t perform that action at this time.
0 commit comments