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.
Recommended path¶
- Install the public packages you need.
- Create your first queue from configuration or explicit options.
- Build your first job graph.
- 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