No docs that I know of, but take a look at the amqp npm module, it works
fine with RabbitMQ (at least it used to a year back when I worked with it).

Other then that it is simply a matter of defining a message format, pushing
that onto the queue, and have some separate process(es) working the queue.



On Sat, Jul 7, 2012 at 12:49 PM, Alan Hoffmeister <alanhoffmeis...@gmail.com
> wrote:

> Hello fellows,
>
> I want to queue my POST requests, someone known a link where I can read
> more about requests, Node.js and queue manager (my preference is RabbitMQ).
>
> Thanks!
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to