Skip to content
Brian Lehnen edited this page Nov 1, 2015 · 2 revisions

Usage

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

Clone this wiki locally