There's a much smaller disruptor library: < https://github.com/conversant/disruptor> which implements BlockingQueue. I'm not sure how it compares in performance to LMAX (it's supposedly better on Intel machines), but it might be worth looking into as an alternative (or at least making a BlockingQueueFactory like Camel does for its SEDA component).
-- Matt Sicker <boa...@gmail.com>