RabbitMQ Connection String Builder
Generate RabbitMQ AMQP connection strings.
RabbitMQ Connection Format
AMQP (Standard)
amqp://user:password@host:5672/vhost
AMQPS (SSL)
amqps://user:password@host:5671/vhost
Spring Boot
spring.rabbitmq.host=host
spring.rabbitmq.port=5672
spring.rabbitmq.username=user
spring.rabbitmq.password=password
spring.rabbitmq.virtual-host=vhostHow to Use
- Select RabbitMQ as your provider
- Enter host, port, credentials, and virtual host
- Configure heartbeat and timeout
- Choose between AMQP and AMQPS
- Copy your connection string