Replies: 5 comments 3 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ has no CPU architecture-specific parts. As long as a compatible version of Erlang is installed, you are good to go. Erlang 24 definitely runs on ARM-based Macs. If you use an ARM-based machine, I'm not sure what the |
Beta Was this translation helpful? Give feedback.
-
According to this Hombrew formula page, Alternatively Erlang 24 can be installed using RabbitMQ supports Erlang 24 as of We do not maintain neither formulae, so please direct all questions to their maintainers. |
Beta Was this translation helpful? Give feedback.
-
Also, |
Beta Was this translation helpful? Give feedback.
-
Homebrew/brew#7857, erlang/otp#2700, erlang/otp#2687 are relevant Homebrew and Erlang/OTP issues I could find. |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ doesn't seem to be working on apple silicon (tried using rosetta and installed using brew). Reproduction steps as follows ->
1.
arch -x86_64 brew install rabbitmq
2. start the brew service-> local socket address is not accessible
3. alternatively don't start the brew services and run
rabbitmq-server
/usr/local/sbin/rabbitmq-server: line 153: 51226 Segmentation fault: 11 start_rabbitmq_server "$@"
Beta Was this translation helpful? Give feedback.
All reactions