Spring Project

Project: Shipping Client

  1. Implement a shipping client component that
    • sends a ShippingOrder message to the OrderQueue after an order has been accepted
    • sends a ShippingCancel message to the CancelQueue if an order has to be canceled
    • receives ShippingInfo messages from the InfoQueue and updates the status of the corresponding order accordingly
  2. Inject the component into the order service and use it to send the placed orders to the shipping service.

Shipping Message API