AMQP supports attaching a process to handle messages sent to an exchange.
authorMatt Mullins <mmullins@mmlx.us>
Thu, 25 Aug 2011 05:02:26 +0000 (00:02 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 28 Aug 2011 19:55:49 +0000 (14:55 -0500)
commit151385d7187b3b2cc0c12ad91601e390d6228d4f
tree05564f335166d7288e6fff693065fd0f989f25b5
parent2f814b0dd4caffd960ceaf25461f1c739ed17e7d
AMQP supports attaching a process to handle messages sent to an exchange.
amqp/amqp.app [new file with mode: 0644]
amqp/amqp_app.erl [new file with mode: 0644]
amqp/amqp_bot_connection.erl [new file with mode: 0644]
amqp/amqp_bot_listener.erl [new file with mode: 0644]
amqp/amqp_bot_sup.erl [new file with mode: 0644]