Camel and headers

2013-03-16 Thread s.thomas
Hello, i'm completely new in Camel and i have a SOAP header problem. I'm realizing a web service proxy. The java client sets a variable in SOAP headers that will determine to which server the web service request should be sent. At first, I realized a "proof of concept" with one client and dataf

Re: AWS S3 Request/Reply

2013-03-16 Thread Preben.Asmussen
Hi If you want to process messages in order you can also take a look at ironmq http://www.iron.io/mq which supports fifo. Some time ago i created a camel component to support consumer/producer for iron mq. You can find it here camel-ironmq

Re: Camel and headers

2013-03-16 Thread Willem jiang
Hi, Please take some time to go through the camel-cxf wiki page. You should be able to get the SOAP header with POJO[1] and PAYLOAD[2] data format. [1]http://camel.apache.org/cxf.html#CXF-HowtogetandsetSOAPheadersinPOJOmode [2]http://camel.apache.org/cxf.html#CXF-HowtogetandsetSOAPheadersinPAYLOA

Re: zip file best practices

2013-03-16 Thread Willem jiang
Hi Henryk, I'm sorry I just checked the code Zip data format before I applied patch. I cannot agree with you more after checking the code of ZipFile DataFormat. Current ZipFile DataFormat doesn't support to unmarshal the Zip file which has more than one entry. So it make sense to create the Itera

Re: Post Request forwarded from Camel does not contain HTTP Body

2013-03-16 Thread Willem jiang
Hi, I not think there is something wrong which could prevent StreamCaching working as we expect. Do you mind create a simple unit test case to produce the error that you meet? I need the case to help me dig the issue. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http:

Re: Post Request forwarded from Camel does not contain HTTP Body

2013-03-16 Thread Raul Kripalani
Have you set the Content-Type headers properly? Is the client sending "application/json"? Can you add a few log endpoints with showAll=true throughout the route, so we can see what's going on inside? Thanks. On 15 Mar 2013 14:21, "ramrubio" wrote: > Using camel version 2.10.4. > > slip is retur

Notification on CamelContext stop

2013-03-16 Thread yazan
Hi, How can I get a notification when CamelContext is stopped, the API has add addStartupListener but nothing similar for when the context is stopped. -- View this message in context: http://camel.465427.n5.nabble.com/Notification-on-CamelContext-stop-tp5729300.html Sent from the Camel - Users