Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 595 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 595 Bytes

This projects contains a Spring Boot application that demonstrates an issue.

You need to have a local RabbitMQ broker running on port 5672. If you have docker installed, simply call docker-compose up -d to start the RabbitMQ docker image as defined in docker-compose.yml in the project root.

  1. Start this application.
  2. Publish one or more messages with big payload (> 2mb) {"itemId":"123", "payload":}
  3. Profile this application (e.g .with yourkit), create snapshot and look at the memory section.
  4. You can find allocated memory for already sent messages.