filterfish / smith2

A complete rewrite of Smith
12 stars 7 forks source link

Add support for error queues. #49

Closed filterfish closed 8 years ago

filterfish commented 8 years ago

If there is an application problem such that it cannot process an ACL there should be a mechanism to republish the ACL to an error queue. The name of the queue could be <queue name>.error.

It would be up to the user to ensure theses queues do not fill up with too many messages.

filterfish commented 8 years ago

Done.