dotcom.CustomerServer Launching the CustomerServer that receives an OrderMessage from WebServer through topicOrders, waits for BillingServer to confirm the order with an OkMessage through queueChecked, and waits for InventoryServer to confirm the order with an OkMessage through queueItems. When confirmed, sends the ord ...
dotcom.BillingServer The BillingServer receives an OrderMessage from WebServer through topicOrders, sends the OrderMessage to ControlServer through queueCheck, and waits for ControlServer to confirm the order with an OkMessage through queueChecked.<br> When confirmed, sends the OkMessage to CustomerServer throug ...
org.objectweb.joram.mom.util.MessageConverterModule The <code>MessageConverterModule</code> is a utility class used for converting JORAM MOM messages into foreign JMS messages and foreign JMS messages into JORAM MOM messages.