Skip to content

com2m/event-handler-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages