Historical interest only: Prototype of a sensible recursive message broker
Go to file
Tony Garnock-Jones daa6cd717c Very crude experiments in speed of routing 2012-03-06 11:42:44 -05:00
doc Initial commit 2012-01-08 12:41:04 -05:00
.gitignore Initial forays in the direction of AMQP support 2012-03-02 22:15:24 -05:00
Makefile Initial forays in the direction of AMQP support 2012-03-02 22:15:24 -05:00
TODO Use Util.with_mutex/Util.with_mutex0 to avoid unbalanced locking 2012-01-08 14:52:03 -05:00
_tags Steps toward being able to run some of the tests 2012-03-04 00:12:59 -05:00
amqp0-9-1.stripped.xml Initial forays in the direction of AMQP support 2012-03-02 22:15:24 -05:00
amqp_codegen.py Flesh out AMQP implementation; direct exchange 2012-03-04 12:12:41 -05:00
amqp_relay.ml Add fanout exchange-type and create amq.fanout exchange at startup 2012-03-05 16:58:00 -05:00
amqp_wireformat.ml Flesh out AMQP implementation; direct exchange 2012-03-04 12:12:41 -05:00
app_info.ml Steps toward being able to run some of the tests 2012-03-04 00:12:59 -05:00
codegen.py Ignore autogenerated message.ml 2012-01-08 13:19:39 -05:00
connections.ml Flesh out AMQP implementation; direct exchange 2012-03-04 12:12:41 -05:00
datastructures.ml Flesh out AMQP implementation; direct exchange 2012-03-04 12:12:41 -05:00
directnode.ml Clean up Subscription API a little 2012-03-05 16:56:28 -05:00
factory.ml Improve error messages from declaration of resources 2012-03-05 16:55:14 -05:00
fanoutnode.ml Add fanout exchange-type and create amq.fanout exchange at startup 2012-03-05 16:58:00 -05:00
fqueue.ml Initial commit 2012-01-08 12:41:04 -05:00
ibuffer.ml Steps toward being able to run some of the tests 2012-03-04 00:12:59 -05:00
log.ml Add Log.error 2012-03-03 18:04:11 -05:00
messages.json Remove as-yet-unused metamessages. 2012-03-06 09:56:54 -05:00
net.ml Split out net.ml; create amq.direct exchange 2012-03-04 13:03:38 -05:00
node.ml Flesh out AMQP implementation; direct exchange 2012-03-04 12:12:41 -05:00
ocamlmsg.ml Very crude experiments in speed of routing 2012-03-06 11:42:44 -05:00
queuenode.ml Clean up Subscription API a little 2012-03-05 16:56:28 -05:00
relay.ml Trade throughput for latency. Unsure about this. 2012-03-04 13:14:11 -05:00
sexp.ml Avoid use of printf for logging 2012-01-08 14:48:07 -05:00
speedtest.ml Very crude experiments in speed of routing 2012-03-06 11:42:44 -05:00
squeue.ml Clean up debug reporting code. 2012-01-08 14:04:25 -05:00
status.ml Flesh out AMQP implementation; direct exchange 2012-03-04 12:12:41 -05:00
subscription.ml Clean up Subscription API a little 2012-03-05 16:56:28 -05:00
test_fqueue.ml Initial commit 2012-01-08 12:41:04 -05:00
util.ml Use Util.with_mutex/Util.with_mutex0 to avoid unbalanced locking 2012-01-08 14:52:03 -05:00
uuid.ml Initial commit 2012-01-08 12:41:04 -05:00