Re: Move of camel-activemq to camel project

2017-02-10 Thread Claus Ibsen
Hi Christian I think it is okay for moving the activemq-camel to Camel and only include the pieces that is the JMS component. eg so its a tiny wrapper on top of camel-jms that is optimized for AcitveMQ which is what people are using. The current code in activemq-camel has some old code that are n

Re: Move of camel-activemq to camel project

2017-02-08 Thread Karel Bernolet
Hi, On a previous project I once quickly wrote some camel routes in the activemq configuration to dump some queues to disk and restore them afterwards as our kahadb store was running out of disk space due to some external services being not available. for a current project, I rely on the camel ac

Re: Move of camel-activemq to camel project

2017-02-08 Thread Claus Ibsen
Hi This is being discussed on the ActiveMQ @dev forum. So please look there first fore more information. On Wed, Feb 8, 2017 at 9:54 AM, Christian Schneider wrote: > We are currently discussing in activemq dev to move the camel-activemq > component over to the camel project and retire the came

Move of camel-activemq to camel project

2017-02-08 Thread Christian Schneider
We are currently discussing in activemq dev to move the camel-activemq component over to the camel project and retire the camel plugin for activemq. This will make the dependencies of activemq simpler as there will be no more direct dependency on camel. This is especially important as there wer