You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my user: user1
my exchange: exchange1
my routing key: routingKey1
I set the permissions :
rabbitmqctl set_topic_permissions -p / user1 exchange1 "routingKey2" "routingKey2"
but user1 can also produce and consume message.
Did I miss any Settings?