summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-10add install instructions.mainmo khan
2014-10-10add links to other readmesmo khan
2014-10-10add link to hello world readme.mo khan
2014-10-10add readme on how to use the chat program.mo khan
2014-10-10use REPL to blast out chat messages.mo khan
2014-10-10use named queue using the username as the queue.mo khan
2014-10-10display names of all users to listen too.mo khan
2014-10-10add chat client example.mo khan
2014-10-10create a chat client.mo khan
2014-10-10add topic exchange example.mo khan
2014-10-10add readme for routing example.mo khan
2014-10-10add pub/sub readme.mo khan
2014-10-10add workers readme.mo khan
2014-10-10add root readme and readme for the hello world example.mo khan
2014-10-10add example of using topic exchanges.mo khan
2014-10-10add example using direct exchange and routing keys.mo khan
2014-10-10add example using a fanout exchange.mo khan
2014-10-10rename example folders.mo khan
2014-10-10use prefetch to only deliver one message at a time to each worker.mo khan
2014-10-10create a durable queue that will persist messages to disk rather than just me...mo khan
2014-10-10use manual ack to ensure a message is handled properly or else re-scheduled t...mo khan
2014-10-10add example of worker program.mo khan
2014-10-10move send and receive to example1mo khan
2014-09-29add script to pull a message off of the queue.mo khan
2014-09-29create script to send message.mo khan
2014-09-29install bunny gem.mo khan