3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/bash
|
||
|
rabbitmq-plugins enable rabbitmq_delayed_message_exchange
|
||
|
rabbitmqctl restart
|