Camel.trunk.notest - Build # 1986 - Fixed

2013-09-11 Thread Apache Jenkins Server
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.

Re: using seda queueFactory with shortened URI

2013-09-11 Thread Claus Ibsen
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

using seda queueFactory with shortened URI

2013-09-11 Thread frk
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

Re: thoughts on the camel-websocket component

2013-09-11 Thread Charles Moulliard
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