Outline
Documentation
Project
Spring Application Services
Project: Shipping Client
In the order service implement a component
ShippingClient
that
sends a message to the
ShippingOrderQueue
after an order has been accepted
sends a message to the
ShippingCancelQueue
if an order has to be canceled
receives messages from the
ShippingInfoQueue
and updates the status of the corresponding order accordingly
Shipping Async API