Re: Camel Mail mapMailMessage flag ignored

2015-05-16 Thread Claus Ibsen
Hi Yeah the uow copy would cause the message to be initialized. You can however turn off allowUseOriginalMessage which is what Camel also recommends if you dont need that functionality, and the copy is not needed. On Wed, May 6, 2015 at 6:36 PM, wrote: > Can you tell me what I would look for in

Re: camel spring-ws component with ws-security (username and password)

2015-05-16 Thread Claus Ibsen
Hi It looks as if org.springframework.util.backoff.BackOff is part of Spring 4.1.x onwards. So you can try upgrade Spring. On Fri, May 15, 2015 at 5:41 PM, Ronny Aerts wrote: > Hello camel community, > > Does anyone of you have some knowledge/experience using ws-security with the > camel spring

Web Srevice exposed over https not working

2015-05-16 Thread gargankur007
Hi Previously I had deployed a JAX-WS using CXF over http. Eversince I have changed it to configure it over https it has started working. I am getting below exception on sending a request to it org.apache.cxf.interceptor.Fault: Marshalling Error: Closed at org.apache.cxf.jaxb.JAXBEncode

Client not abel to recieve response within 20seconds

2015-05-16 Thread gargankur007
Hi I am using a CXF based Web Service hosted on my machine. I am receiving following error when I try to hit from Soap Client 03:09:54,289 | WARN | null.errorQueue] | TemporaryQueueReplyManager | 206 - org.apache.camel.camel-jms - 2.12.0.redhat-610379 | Timeout occurred after 2 millis

Re: Web Srevice exposed over https not working

2015-05-16 Thread gargankur007
I googled and have a sense that may be connection is getting closed when SoapResposne is being written -- View this message in context: http://camel.465427.n5.nabble.com/Web-Srevice-exposed-over-https-not-working-tp5767156p5767157.html Sent from the Camel - Users mailing list archive at Nabble.

Read inputstream in Socket client for Netty Endpoint

2015-05-16 Thread rdiegoc
Hi, I am developing a module to replace an existing one. This new module is based on camel. This has a route that opens a socket consumer with netty4 like this: * * Then, I have a Java client that sends XMLs to socket for processing. The java client was already written fo

Camel 2.15.2 and RabbitMq 3.5.1

2015-05-16 Thread ceepan
I have setup a RabbitMQ instance with a couple of queues. DATAPOINTS and HOLDING. I have a Web Service which puts messages on the DATAPOINTS queue. I want to define a camel route that takes the messages from the DATAPOINTS queue and adds them to the HOLDING queue. I have started my executable w

Polling multiple directories in parallel - Performance

2015-05-16 Thread Kondalarv
I want to use Camel for Polling a Directory for Input Files. I have around 100 directories for polling with multiple file patterns for each directory. How is Camel performance on this and how it handle internally? -- View this message in context: http://camel.465427.n5.nabble.com/Polling-multi