Send response to file request?

2014-04-11 Thread scottmiles
One of my client put the file request under directory placeorder with below configuration in CAMEL Once processing is done from incomingOrders, i want to send the some response to customer who initiated file request. How can i achieve it with CAMEL (probably using request reply or return a

Re: Processing Acknowledgments with CAMEL?

2014-04-11 Thread scottmiles
Folks any suggestions? -- View this message in context: http://camel.465427.n5.nabble.com/Processing-Acknowledgments-with-CAMEL-tp5750114p5750121.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Will web request be intercepted by CAMEL with this configuration?

2014-04-11 Thread scottmiles
i mean does camel convert all the request parameters and attributes whether it form parameter or file upload request parameter in to string first and then check "?XML" in each of the parameter/attribute? -- View this message in context: http://camel.465427.n5.nabble.com/Will-web-request-be-inte

Processing Acknowledgments with CAMEL?

2014-04-11 Thread scottmiles
I have clients sending request thru different ways like web request, http request , soap request or thru some other channel. In Camel i receive it from respective endpoints to jms queue. From queue processor picks up the message. Now processor needs to send the acknowledgemnt to clients based on t

Re: Will web request be intercepted by CAMEL with this configuration?

2014-04-11 Thread scottmiles
Thanks Claus. Any idea about below query Another point is incoming request can contain both type of paramters i.e form paramter and file upload request (in the form of multipart request) then how come below configuration checking "?xml" in file parameter not in form parameter?

Re: Will web request be intercepted by CAMEL with this configuration?

2014-04-11 Thread scottmiles
Guys any comments? -- View this message in context: http://camel.465427.n5.nabble.com/Will-web-request-be-intercepted-by-CAMEL-with-this-configuration-tp5750063p5750100.html Sent from the Camel - Users mailing list archive at Nabble.com.

Will web request be intercepted by CAMEL with this configuration?

2014-04-10 Thread scottmiles
I see below configuration at http://java.dzone.com/articles/open-source-integration-apache http://0.0.0.0:/placeorder"; /> OK Does it mean that any we request with URL http://0.0.0.0:/placeorder will be intercepted by CAMEL and output(in the form of JMS

Re: AW: How to use CAMEL to send the acknowledgement and xml output to vendors on different platform ?

2014-04-10 Thread scottmiles
Assume i have below ValidateOrder public class ValidateOrder { public void check1(String body) throws ValidationException { // body is the value of Exchange.getIn().getBody(String.class) and provided by bean-binding. } public void check2(String body) throws ValidationExcept

Re: How to use CAMEL to send the acknowledgement and xml output to vendors on different platform ?

2014-04-08 Thread scottmiles
Thanks Willem. I was looking for something like below configuration(from http://camel.apache.org/walk-through-another-example.html). But i am not sure which method of validateOrder bean will be called as no specific method has been specified here. Any idea? -- View this mess

Re: How to use CAMEL to send the acknowledgement and xml output to vendors on different platform ?

2014-04-08 Thread scottmiles
Guys any advice? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-use-CAMEL-to-send-the-acknowledgement-and-xml-output-to-vendors-on-different-platform-tp5749906p5749941.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to use CAMEL to send the acknowledgement and xml output to vendors on different platform ?

2014-04-07 Thread scottmiles
My application needs to work as middleware where it has got orders(in form of xml) from various customers which contains the supplier id where custmers can send the xml to one of these components 1)JMS queue 2)File system 3)HTTP 4)Web service request(rest/soap) Once it get t

How to call processor thru configuration file ?

2014-04-07 Thread scottmiles
My application needs to work as middleware where it has got orders(in form of xml) from various customers which contains the supplier id where custmers can send the xml to one of these components 1)JMS queue 2)File system 3)HTTP 4)Web service request(rest/soap) Once it get t

Can How Apache CAMEL help in this enterprise integration usecase?

2014-04-06 Thread scottmiles
My application needs to work as middleware where it has got orders(in form of xml) from various customers which contains the supplier id where custmers can send the xml to one of these components 1)JMS queue 2)File system 3)HTTP 4)Web service request(rest/soap) Once it get the or