Eric created CAMEL-5828:
---------------------------

             Summary: Offer LMAX Disruptor pattern as an endpoint in CAMEL
                 Key: CAMEL-5828
                 URL: https://issues.apache.org/jira/browse/CAMEL-5828
             Project: Camel
          Issue Type: New Feature
            Reporter: Eric
            Priority: Minor


My system is an hybrid of CAMEL and LMAX Disruptor, where threads consuming 
from LMAX ringbuffer are feeding a "pool" of SEDA queues in a round-robin 
fashion.  This system operates at very high-speed such as consumers from the 
SEDA queues and their producers are constantly blocking on the queues.  Having 
a non-blocking, high-performance endpoint like LMAX Disruptor would be a great 
addition to CAMEL.

LMAX Disruptor website: http://lmax-exchange.github.com/disruptor/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to