Skip to content

Latest commit

 

History

History
23 lines (8 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (8 loc) · 666 Bytes

Message Broker/Enterprise Integration Project

A Gradle multi-project used for a University Assesement. It makes use of Apache Camel for message routing and mediation and JMS to talk to ActiveMQ (an open source message broker http://activemq.apache.org/).

The Sub-Projects

  • common - Domain Classes.
  • customer-ajax - A very simple AJAX client used to create customer accounts for testing.
  • customer-service - The customer accounts service based on Jooby (https://jooby.org/).
  • sales-service - The sales service also based on Jooby.
  • router - The router project that contains the routers and routing logic.