Skip to content

Files

Latest commit

d45d939 · Apr 17, 2012

History

History

javascript-nodejs

Node.js code for RabbitMQ tutorials

Here you can find Node.js code examples from RabbitMQ tutorials.

To successfully use the examples you will need a running RabbitMQ server.

Requirements

Apart from npm and node, to run this code you need node-amqp version 0.1.X. To pull the dependency from npm run:

npm install

Code

Tutorial one: "Hello World!":

node send.js
node receive.js