Closed esatterwhite closed 9 years ago
hey @esatterwhite
sorry this took me so long to address! been crazy busy... but I'm finally on it, and the dev branch is showing the new direction of things. https://github.com/derickbailey/rabbus/tree/dev
the new configuration setup will allow you to pass any parameter you want, through to wascally. you won't be limited by what rabbus supports anymore. instead, rabbus provides it's own set of defaults but allows you to override them and provide any other options you want.
if you have some time to try out the dev branch, i would love to get some feedback on whether or not this is working.
v0.4.x has this feature in it now
Currently, the
receiver
,responder
andsubscriber
all pass a hard coded object to the addQueue method to wascally. It would be beneficial to all additional options to be added and passed in. In particular,messageTtl
,expires
, anddeadLetter
.