Queue Services

Previous Next

A queue service in Service Definer is a Service (Other) that allows you to read and/or process rows from a queue table defined in Definer a first-in-first-out order.

A queue table is a normal table defined in Definer that complies with the following rules:

has a ID primary key column based on a generated sequence number

has a STATUS column based on a domain with at least one allowed value: 'NONE'

 

collapseDefining a queue service
collapseQueue service properties
collapseQueue service define-time properties
collapseQueue service run-time properties

 

See also

Example: Queue service for asynchronous input processing

Example: Send output queued events asynchronously

Event processing