RabbitMQ: Using Spring Boot to connect to RabbitMQ
This documentation is part of the Getting started guide. View the full guide here: How to use Stackhero for RabbitMQ.
For Spring Boot applications, you can set up a secure connection to your Stackhero RabbitMQ instance by updating your application properties:
spring.rabbitmq.host=<XXXXXX>.stackhero-network.com
spring.rabbitmq.port=<AMQP_PORT_TLS>
spring.rabbitmq.username=admin
spring.rabbitmq.password=<PASSWORD>
spring.rabbitmq.ssl.enabled=true
spring.rabbitmq.ssl.algorithm=TLSv1.2