The OrderFulfiller receives the SubmitOrder message, which marks the start of the fulfillment process. The fulfillment process relies on a persistent, durable JMS subsystem to deliver messages as they become available. There should be only one instance of an OrderFulfiller in place to receive the SubmitOrder message. The method invoked on the reception of a message is the receiveMessage method. The method will determine what type of message was sent and call the appropriate handle method for that message type.

The following methods handle the different messages:

For information on the handling of ModifyOrder and ModifyOrderNotification messages, refer to the OrderFulfillerModificationHandler Class section.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices