arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

Missing documentation : Queue declaration option "deadLetterRoutingKey" #64

Closed iamjochem closed 7 years ago

iamjochem commented 7 years ago

hi @arobson:

rabbot seems to support the "deadLetterRoutingKey" option for queue declarations in addition to the "deadLetter" option (see here).

the "deadLetterRoutingKey" option is not mentioned in the docs ... maybe it's worth adding?

kind regards, Jochem

PS - looks like a couple of lines of duplicate code (lines 43 & 45) here

arobson commented 7 years ago

@iamjochem I added this to the README, thanks. Also - those lines look like dupes, but are supporting all lower case and camel case versions of some of those properties.

iamjochem commented 7 years ago

nice one!