DEV Community

Rajesh Mishra
Rajesh Mishra

Posted on

2

How to create users in RabbitMQ

Previously we have learned about RabbitMQ Exchanges, RabbitMQ Queues and How to bind Exchanges with Queues. It is time to learn how to create user in RabbitMQ with different different Roles.

Followings are the set of Role Tags in RabbitMQ:

Followings are the set of Role Tags in RabbitMQ:

  • Admin
  • Monitoring
  • Policymaker
  • Management
  • Impersonator
  • None

Monitoring in RabbitMQ:

If any user has this Tag or Role then user can monitor all connections, channels and node related information.

Policymaker in RabbitMQ:

If any user has this Tag or Role then user can manage all the policy and parameters for VHOST(only for which they have access).

Management in RabbitMQ:

If any user has this Tag or Role then user can access web management plugin.

Administrator in RabbitMQ:

If any user has this Tag or Role then user can manage each and everything in RabbitMQ.

  • Manager users
  • VHOST
  • Permission
  • Close other user’s connections
  • Manage policies
  • etc

Click here to learn more about how to create users in RabbitMQ

Image of Timescale

Timescale – the developer's data platform for modern apps, built on PostgreSQL

Timescale Cloud is PostgreSQL optimized for speed, scale, and performance. Over 3 million IoT, AI, crypto, and dev tool apps are powered by Timescale. Try it free today! No credit card required.

Try free

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay