Skip to content

Instantly share code, notes, and snippets.

@mmornati
Created December 7, 2019 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmornati/3d34e05bd623cb05337f75706615d65e to your computer and use it in GitHub Desktop.
Save mmornati/3d34e05bd623cb05337f75706615d65e to your computer and use it in GitHub Desktop.
Spring-Boot RabbitMQ configuration
spring:
rabbitmq:
host: localhost
port: 5672
username: guest
password: guest
queues:
x-message-ttl: 240000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment