Skip to content

Commit 0d990f2

Browse files
committed
Update RabbitMQ Homebrew setup.
1 parent e8a000d commit 0d990f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/osx/setup-rabbit.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ set -ex
44

55
brew install rabbitmq
66

7-
/usr/local/sbin/rabbitmq-plugins enable --offline rabbitmq_web_stomp
8-
echo 'web_stomp.ws_frame = binary' >> /usr/local/etc/rabbitmq/rabbitmq.conf
7+
# Path depends on whether Apple or Intel silicon is in use, https://www.rabbitmq.com/docs/install-homebrew
8+
/opt/homebrew/sbin/rabbitmq-plugins enable --offline rabbitmq_web_stomp
9+
echo 'web_stomp.ws_frame = binary' >>/opt/homebrew/etc/rabbitmq/rabbitmq.conf
910

1011
brew services run rabbitmq
1112
brew services list

0 commit comments

Comments
 (0)