Skip to content

A simple Spring Boot POC integrating RabbitMQ for message handling and Micrometer for application metrics. Demonstrates basic message publishing/consumption and exposes metrics for observability with tools like Prometheus.

License

Notifications You must be signed in to change notification settings

graric/demo-scs-rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-scs-rabbit

Run RabbitMQ

docker run --name rabbitmq -p 5672:5672 -p 15672:15672 -e RABBITMQ_DEFAULT_USER=aaa -e RABBITMQ_DEFAULT_PASS=123456 rabbitmq:3.8-management

Metrics

Message sent count is available at the following endpoints

http://localhost:8080/actuator/prometheus
http://localhost:8080/actuator/metrics/messages.sent.direct

About

A simple Spring Boot POC integrating RabbitMQ for message handling and Micrometer for application metrics. Demonstrates basic message publishing/consumption and exposes metrics for observability with tools like Prometheus.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages