Is Erlang 28.x compatible with RabbitMQ 4.1.1? #14174
-
Community Support Policy
RabbitMQ version used4.1.1 Erlang version used27.3.x Operating system (distribution) usedWindows Server 2019 How is RabbitMQ deployed?Windows installer rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ clusterWe ran a Windows installer Steps to reproduce the behavior in questionReally are nor steps to reproduce, just a question. advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code# PASTE CODE HERE, BETWEEN BACKTICKS Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKS What problem are you trying to solve?Is Erlang 28.x compatible with RabbitMQ version 4.1.1? Or, should we upgrade to 27.x? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
https://www.google.com/search?q=site%3Arabbitmq.com+erlang+version |
Beta Was this translation helpful? Give feedback.
@MarkHackenbergNJR the site is up-to-date. Erlang 28 is not supported by RabbitMQ. It has been evaluated and we have reported a lot of serious breaking changes (namely around TLS, PKI) during the RC stages.
Time will tell if
4.1.x
will support Erlang 28, right now all the necessary changes target4.2.0
#14114 .Use Erlang 27.x until the site tells you otherwise and never assume that "the site wasn't updated". It is updated nearly every day.