Example: Job that processes queued input events

Previous Next

The following step-by-step instructions are for creating a job that processes queued input events. In the example, these are reservation events for a Travel Agency model.

The event data has already been stored in a queue table as an XML message. To make things easier, the event data in this example is in USoft's XML.Export format as applied to the Travel Agency's RESERVATION table.

The queue table is called INPUT_QUEUE_RESERVATION. To define this queue table, see Example: REST service that receives events asynchronously.

 

collapseCreating a job that processes queued events
collapseTesting the implementation

 

See also

Example: Queue service for asynchronous input processing

Processing events

Event processing