Rabbitmq Management Plugin
curl -u admin:password -X DELETE http://localhost:15672/api/exchanges/%2F/my_exchange
# Generate self-signed certificate (development only) openssl req -x509 -newkey rsa:2048 -nodes \ -keyout /etc/rabbitmq/ssl/key.pem \ -out /etc/rabbitmq/ssl/cert.pem \ -days 365 rabbitmq management plugin
: Real-time stats on message rates, memory usage, and Erlang processes. rabbitmq management plugin
management.cors.allow_origins = https://example.com management.cors.allow_credentials = true rabbitmq management plugin
: Run the command rabbitmq-plugins enable rabbitmq_management .
Allow notifications