spring-boot-rabbitmq-thymeleaf
Last updated
Was this helpful?
Last updated
Was this helpful?
Demonstrates a message producer and consumer setup with RabbitMQ, plus a simple Thymeleaf UI for administrative or demonstration purposes.
Producer Confirmations & DLQ: Ensures reliable delivery with Dead Letter Queues.
Thymeleaf UI: A minimal interface to view or publish messages.
Spring AMQP: Streams events, allowing asynchronous processing.
Home Page : http://localhost:8080
RabbitMq : http://localhost:15672 (guest/guest default)
Windows