[Answered ]-Rabbitmq token based authentication

2👍

You can achieve the same functionality by using exclusive queue and RabbitMQ permission.

Exclusive queues may only be accessed by the current connection, and
are deleted when that connection closes. Passive declaration of an
exclusive queue by other connections are not allowed.

👤Vor

Leave a comment