Skip to content

Getting Started

Start here when you want to consume TplQueue from a .NET or ASP.NET application.

This section combines the runtime concepts you need from TplQueue.Core with the adapter-side integration guidance that lives in TplQueue.Adapter.

  1. Install the public packages you need.
  2. Create your first queue from configuration or explicit options.
  3. Build your first job graph.
  4. Browse the public samples when you want runnable consumer flows.

Use this section together with

  • Core Concepts for IJob, IJobRoot, IDataJob, and retry-selection rules
  • Queues for queue behavior and lifecycle details
  • Reference for public API entry points
  • License for the Core and Adapter licensing split