You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# RabbitMQ Queue driver for Laravel
2
2
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.
3
7
4
8
## Support Policy
5
9
@@ -9,10 +13,8 @@ Only the latest version will get new features. Bug fixes will be provided using
0 commit comments