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
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.
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
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
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?
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.
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
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
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
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.
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
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
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
13 matches
Mail list logo