River Lynn Bailey

Results 53 comments of River Lynn Bailey

Hi everyone - first off, sorry i didn't see this issue before! i've been buried under github notifications forever and am trying to dig out. FWIW, there's a nodejs specific...

at this point, i don't plan to maintain this code repo. jasmine v2.x has this feature built in without needing an additional library. if someone is still working with jasmine...

thanks for splitting this in to a separate pull request! can you explain the scenario again? i want to make sure i completely understand the purpose of this change

@shurik239 is right, at this point. the current release of rabbus requires either a routing key or message type. there is work being done in #21 to make it so...

I'd be interested in hearing about some scenarios where this is needed. I haven't run into this, personally, so the feature was never on my mind. I've seen other initializer...

Generally speaking, wascally will re-connect all of the subscriptions when the server drops and comes back online. There's some discussion on this in the wascally issues list at https://github.com/LeanKit-Labs/wascally/issues/115 and...

glad to hear it's working @yamii i'm still wondering, though, if the configuration has an exclusive / auto delete queue, would it get rebuilt on reconnect? this seems like a...

the primary use case for `autoDelete: true` is subscribers in a true pub-sub scenario, where the subscriber does not need any history - only what happens when it is connected....

i'm finally looking into this and am seeing very strange behavior, indeed. i'll have to keep digging, but i suspect that this is caused by wascally's use of postal.js internally....

i haven't yet done this... but i am planning to keep authorization rules separate in each app. i've previously done things like creating a completely separate admin.example.com sub-domain, so i...