Example: Queue service that processes input events

Previous Next

The following step-by-step instructions are for creating a queue service that processes incoming reservation events for a Travel Agency model in an asynchronous fashion.

The reservation events have 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 queue service for processing input events asynchronously
collapsePublishing the solution
collapseTesting the implementation

 

See also

Queue Services

Generating REST Services from SQL

Example: Job processing input queued events

Example: REST service that receives events asynchronously

Processing events

Event processing