sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 54 forks source link

Update README.md consume command #79

Closed dominikhajduk closed 5 years ago

dominikhajduk commented 5 years ago

This solving deprecation note for Messenger 4.3:

[php] User Deprecated: The use of the "messenger:consume-messages" command is deprecated since version 4.3 and will be removed in 5.0. Use "messenger:consume" instead.

weaverryan commented 5 years ago

Thanks!