index
:
xlgmokha/rabbits.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2014-10-10
add readme on how to use the chat program.
mo khan
2014-10-10
use REPL to blast out chat messages.
mo khan
2014-10-10
use named queue using the username as the queue.
mo khan
2014-10-10
display names of all users to listen too.
mo khan
2014-10-10
add chat client example.
mo khan
2014-10-10
create a chat client.
mo khan
2014-10-10
add topic exchange example.
mo khan
2014-10-10
add readme for routing example.
mo khan
2014-10-10
add pub/sub readme.
mo khan
2014-10-10
add workers readme.
mo khan
2014-10-10
add root readme and readme for the hello world example.
mo khan
2014-10-10
add example of using topic exchanges.
mo khan
2014-10-10
add example using direct exchange and routing keys.
mo khan
2014-10-10
add example using a fanout exchange.
mo khan
2014-10-10
rename example folders.
mo khan
2014-10-10
use prefetch to only deliver one message at a time to each worker.
mo khan
2014-10-10
create a durable queue that will persist messages to disk rather than just me...
mo khan
2014-10-10
use manual ack to ensure a message is handled properly or else re-scheduled t...
mo khan
2014-10-10
add example of worker program.
mo khan
2014-10-10
move send and receive to example1
mo khan