Home > Backend Development > PHP Tutorial > What is connection in laravel 5.1 php artisan queue:listen connection?

What is connection in laravel 5.1 php artisan queue:listen connection?

WBOY
Release: 2016-07-06 13:53:09
Original
918 people have browsed it

This is what is said in the document, I don’t quite understand it
What is connection in laravel 5.1 php artisan queue:listen connection?

Reply content:

This is what is said in the document, I don’t quite understand it
What is connection in laravel 5.1 php artisan queue:listen connection?

php artisan help queue:listen

<code>Arguments:
  connection               The name of connection</code>
Copy after login

is actually the name of the queue
. Where is it configured?
configqueue.php lists some queues sync, beanstalkd, redis name

Replace connection with these names. It doesn’t matter if you don’t replace it. The configuration file has set default

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template