• Stars
    star
    1
  • Language
    Java
  • Created over 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a sample of a file upload java app that provides a simple GUI to choose a file to upload. The expected file format is JSON. The app breaks the JSON down by elements in the array as we stream and sends a TestMessage representation of the individual items. The listener is in the same app and just prints the message that was received. We use ActiveMQ as our embedded messaging service.