TheClimateCorporation / squeedo

clojure core.async based amazon SQS message processing
Apache License 2.0
62 stars 28 forks source link

Add the ability to create queues with attributes #14

Closed paraseba closed 8 years ago

paraseba commented 8 years ago

Now mk-connection takes optional keyword arguments

:queue-attributes and :dead-letter-queue-attributes

These are maps from string to string with SQS attribute names and values.

This is a non breaking change, users of previous versions of the library don't need to modify their code to upgrade.

aykuznetsova commented 8 years ago

Looks good to me!

ghost commented 8 years ago

LGTM