Blog Posts about priority queues

Thumbnail: First Things First: Priority Queues

  Nov 13, 2019   |      Eric Mericle

AMPS queues provide a simple way to distribute work across a group of consumers. By default, AMPS queues provide work in first-in-first-out fashion: that is, the oldest message in the queue is provided to subscribers first, then the next oldest, and so on. For some problems, though, it’s important that...
amps queues priority queues introduction

Thumbnail: Scaled-Out Batch Processing with AMPS Queue Barriers

  Dec 16, 2019   |      David Noor

Scaling out your data processing using AMPS queues allows you to dynamically adjust how many workers you apply to your data based on your needs and your computing resources. Larger orders coming in or more events to process? Just spin up more subscribers to your AMPS queue and let them...
amps queues priority queues barrier expressions introduction