0

As the title says, I'm wondering if there's an open-source, drop-in replacement for Google's Task Queue. The closest I've been able to find so far is celery, but that's not really what I'm looking for.

Floegipoky
  • 3,087
  • 1
  • 31
  • 47

2 Answers2

2

AppScale includes a TaskQueue component, but whether it is drop-in will depend where you drop it.

Martin Berends
  • 3,948
  • 2
  • 16
  • 19
2

Not exactly TaskQueue, but RabbitMQ and ActiveMQ could be decent drop-in replacements.

rdodev
  • 3,164
  • 3
  • 26
  • 34