Port 5672
AMQPRabbitMQ message broker using the AMQP protocol
Full name:
Advanced Message Queuing Protocol (RabbitMQ)
What is port 5672?
Port 5672 is used by AMQP (Advanced Message Queuing Protocol), the protocol powering the RabbitMQ message broker. It enables asynchronous communication between microservices, task queues (Celery), and event-driven systems. The RabbitMQ Management Web UI runs on port 15672. This port should be accessible only within the application's private network.