Re: Camel WebSocket WsEndpoint not forwarding messages

2015-01-05 Thread SUNIL
Thanks a lot for the response Aki! Actually i already have the from endpoint to receive the message from external websocket but still we are not getting message to the from endpoint that i have specified in Route . FYI: Same code is working fine if i use external websocket as a Jetty based websco

Does Camel REST DSL work with a Restlet Servlet?

2015-01-05 Thread Robinson Duffy
Here's the stack overflow to my question, but I thought I would try here as well: http://stackoverflow.com/questions/27787435/does-camel-rest-dsl-work-with-a-restlet-servlet I'm trying out the REST DSL

Re: Camel WebSocket WsEndpoint not forwarding messages

2015-01-05 Thread SUNIL
Additional Info: Am receiving message till WsEndpoint class but not to my from endpoint class. below is the log message : *[New I/O worker #19] WsEndpoint INFO received message --> my external WebSocket * -- View this message in context: http://camel.465427.

Backpressure with aws-sqs Consumer?

2015-01-05 Thread Dan Brown
Hello, We're using a camel Consumer with an aws-sqs endpoint and running into issues with large queues and slow consumers. The consumer jvm appears to download messages very fast from sqs, onto the jvm heap, even though the camel receive method processes each message very slowly (and Ack's when do

Performance test results for QuickFIX/J component

2015-01-05 Thread dandryey
We are considering using Camel in a project involving sending high volumes of FIX messages. We had no luck obtaining throughput numbers for our feasibility assessment and so we decided to run a number of tests to see how well the Camel quickfix component performs. We would like to publish our resul

Camel SMPP consumer threading issues

2015-01-05 Thread Daniel Pocock
I've noticed that the producer is just creating one transmitter bind but the consumer appears to try and create multiple receiver binds. I tried putting threads(1, 1) into the consumer route but it still appears to try and create multiple receiver binds. There are many scenarios where somebody w

Re: SMPP automatic sms splitting issue

2015-01-05 Thread Daniel Pocock
On 17/12/14 10:48, cursed_manji wrote: > Hi, > I know that SMPP handles the splitting of long sms (longer than 160 > characters) automatically. > My issue is this, when a long sms is splitted in 2 or 3 sms, one of those > sms could get a throttling > error . Usually when a single (not splitted) sms

Re: Camel InOut time out

2015-01-05 Thread Claus Ibsen
If you refer to the jms component, then see the requestTimeout option http://camel.apache.org/jms On Mon, Jan 5, 2015 at 12:39 PM, fliot33 wrote: > Hi, > > I would like to extend InOut timeout (to pass from 20 seconds to 40, and > avoiding org.apache.camel.ExchangeTimedOutException). > > A way to

Camel InOut time out

2015-01-05 Thread fliot33
Hi, I would like to extend InOut timeout (to pass from 20 seconds to 40, and avoiding org.apache.camel.ExchangeTimedOutException). A way to do it easily in Spring ? Thanks in advance, Regards. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-InOut-time-out-tp576132