Skip to content

Challenge to upload a (malformed) xml file. convert it to orders and send it to an activeMQ broker

Notifications You must be signed in to change notification settings

rLitto/challenge-order-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHALLENGE

Create a Spring Boot Web Application that will allow a user to upload a file (example attached), de-serialize each line into an Order object to be posted as a message onto an ActiveMQ destination as JSON.

Please provide a basic user interface that will let you specify the following.

  1. Connection string to the broker - defaulted to: tcp://localhost:61616
  2. Username for the broker - defaulted to: admin
  3. Password for the broker - defaulted to: admin
  4. Destination name for the broker - defaulted to: interview-1
  5. Topic/Queue as a checkbox - defaulted to: Queue

Please post your result to a github account and submit the URL within one week.

Please ask questions, if anything in the instructions are not clear.

About

Challenge to upload a (malformed) xml file. convert it to orders and send it to an activeMQ broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published