River Lynn Bailey

Results 25 issues of River Lynn Bailey

I find myself wanting a hybrid between push/pub and worker/sub, so that i can do topic workers (topic based routing with acknowledged messages, optionally persistent/durable). any chance the push socket...

I'd love to see a callback method available on completion of a `write` or `publish` method call. At the moment, I'm doing this: ``` js var triggerSocket = this.ctx.socket("PUSH"); console.log("Triggering");...

Just started using rabbit.js today, after spending a week trying to build my own bus. This is pretty awesome. :) One thing I noticed, though, is there are a lot...

All of the examples I've built, and the ones I see in the docs, assume an object literal for the augmenting object. What about object instances? How would we get...

As noted in my blog post on Mixins (http://lostechies.com/derickbailey/2012/10/07/javascript-mixins-beyond-simple-object-extension/) I would like to be able to mix a specific function from a source object in to a target object. I...