The Apache Jenkins build system has built Camel.trunk.notest (build #1986)
Status: Fixed
Check console output at https://builds.apache.org/job/Camel.trunk.notest/1986/
to view the results.
Hi
Yeah define it as an endpoint first to have it create the queue with
that factory.
endpoint("seda:x?queueFactory=#myFactor");
from"seda:x")...
Or put the ?queueFactory option on the uris where you use it.
On Wed, Sep 11, 2013 at 1:52 PM, frk wrote:
> Hi,
>
> found some problem when URI with
Hi,
found some problem when URI without parameters is used together with new
seda parameter queueFactory in 2.12.0
Example route configuration:
from("seda:a").to("seda:x");
from("seda:x?queueFactory=#myFactory).log("xxx");
in this example queue inside of "seda:x?queue=#myQueue" endpoint is the
You are right, we need something which is web container agnostic. As
atmosphere was in my todo list, maybe it is time to develop the
camel-atmosphere component. If you are interested we can collaborate on
that ?
On Tue, Sep 10, 2013 at 3:23 PM, Aki Yoshida wrote:
> Hi Charles,
>
> If we only su