Keyed data queues

The BaseDataQueue and KeyedDataQueue classes provide methods for working with keyed data queues.

BaseDataQueue

KeyedDataQueue

The BaseDataQueue and KeyedDataQueue classes also provide additional methods for retrieving the attributes of the data queue.

Examples: Working with keyed data queues

The following keyed data queue examples illustrate how a producer puts items on a data queue, and how a consumer takes the items off the queue and processes them:

Example: Using KeyedDataQueue

Example: Using KeyedDataQueue classes to read entries off a data queue