-
Notifications
You must be signed in to change notification settings - Fork 16
Usage
Brian Lehnen edited this page Nov 1, 2015
·
2 revisions
The following queues are available
- Producer Add records to a queue
- Consumer Process records in a queue
- ConsumerAsync Process records in a queue; threads can be shared amoong multiple async consumers. Unless you need threads dedicated to particular message types, this is the recommend way to process work.
- RpcSend Sends a message, and awaits a response
- RpcConsumer Processes records in a queue; sends a response
For any issues please use the GitHub issues