Example: Queue service that processes output events

Previous Next

The following step-by-step instructions are for sending an output event from a Travel Agency model. The example is of an asynchronous output processing pattern.

The output events have previously been stored as XML messages in a queue table named OUTPUT_QUEUE_SCHEDTOUR. See Example: Model and rules for creating output events.

 

collapseCreating a queue service for processing messages in a queue table
collapseCreating a REST service that picks up output events
collapseCreating a constraint that sends a message
collapsePublishing the solution
collapseTesting the implementation

 

See also

Queue Services

Example: Model and rules for creating output events

Example: Job for processing output events

Example: Send output queued events asynchronously

Producing events

Event processing