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
During deployment the RabbitMQ version gets validated. This is done by dpkg -s rabbitmq-server | grep Version. This adds a hard dependency on a) Debian package manager (excluding RHEL/CentOS and container setups) and b) an installation of RabbitMQ on the web server, which in high scale setups usually runs on a separate server/container.
While the version check outputs only a warning, the version check can be implemented in a better way in PHP (see #804).
The text was updated successfully, but these errors were encountered:
During deployment the RabbitMQ version gets validated. This is done by
dpkg -s rabbitmq-server | grep Version
. This adds a hard dependency on a) Debian package manager (excluding RHEL/CentOS and container setups) and b) an installation of RabbitMQ on the web server, which in high scale setups usually runs on a separate server/container.While the version check outputs only a warning, the version check can be implemented in a better way in PHP (see #804).
The text was updated successfully, but these errors were encountered: