GitHub user gquintana opened a pull request:
https://github.com/apache/camel/pull/36
CAMEL-6588 Choose BlockingQueue implementation in Seda component
I can see to approaches:
- introduce a BlockingQueueFactory as the suggested by Claus Ibsen in Camel
Users Forum
- Just reference the BlockingQueue
I did two commits to show both approaches.
Tell me what your opinion is and if I can improve code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gquintana/camel seda-blockingqueuefactory
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/36.patch
----
----