0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
README More... almost 14 years ago
Add some scaffolding for a webmachine-based HTTP interface. This uses the internal deps mechanism of ../include.mk. Note that it needs the version of mochiweb that webmachine uses, rather than the one that rabbitmq-mochiweb is pinned to, in rabbitmq-server/plugins/ More... almost 14 years ago
Change the "script engine" code around. swimrabbit_engine is a gen_server that does the message subscription and feeds things to a supplied, init'd driver module. swimrabbit_driver_js is a rather fragile such module, that uses erlang_js. More... almost 14 years ago
License notice More... about 14 years ago
Ignore compiled erlangs and other built things More... about 14 years ago
A noddy gen_server that applies a function to everything coming through on a queue. Make it look like a rabbit plugin for ease of trying it out in a rabbity shell. More... about 14 years ago
Move more Java-y things More... about 14 years ago
Move Java dabblings into their own directory More... about 14 years ago
Minor comment changes / make debug.sh executable for convenience More... about 14 years ago
Add some concurrency control to our pending acks and publishes, to avoid racing with commit. This race is easy to spot in the testAmqp script, which commits in the driving thread rather than in the pipeline. More... about 14 years ago
Use rlwrap to make rhino shell more pleasant More... about 14 years ago
Ignore class files and emacs backups More... about 14 years ago
Add an Outside that uses AMQP. The idea is that state will be included in transactions. $ sh debug.sh testAmqp.js More... about 14 years ago
Initial revision. Abstractions for pipelines using messaging, and a JavaScript-interpreting pipeline. More... about 14 years ago