Skip to content

Commit bfa444c

Browse files
committed
update readme
1 parent 5e659b1 commit bfa444c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RabbitMQ Queue driver for Laravel
22

3+
The connection abstracts the socket connection, and takes care of protocol version negotiation and authentication and so
4+
on for us. Here we connect to a RabbitMQ node on the local machine - hence the localhost. If we wanted to connect to a
5+
node on a different machine or to a host hosting a [proxy recommended for PHP clients](https://github.com/cloudamqp/amqproxy), we'd simply specify its hostname
6+
or IP address here.
37

48
## Support Policy
59

@@ -9,10 +13,8 @@ Only the latest version will get new features. Bug fixes will be provided using
913
|-----------------|-----------------|-------------|-------------------|-------------------------------------------------------------------------------------|
1014
| 0 | 9 | ^8.1 | August 26th, 2023 | [Documentation](https://github.com/iamfarhad/LaravelRabbitMQ/blob/master/README.md) |
1115

12-
1316
this is experimental version of the package
1417

15-
1618
## Installation
1719

1820
You can install this package via composer using this command:
@@ -86,7 +88,6 @@ There are two ways of consuming messages.
8688
php artisan rabbitmq:consume --queue=customQueue
8789
```
8890

89-
9091
You can create jobs with custom queue same as below
9192

9293
```php

0 commit comments

Comments
 (0)