Using Apache Camel Asynchronously

2009-02-19 Thread AnuragS
Does it make sense to use Apache Camel for making asynchronous calls? Or the old fashioned MoM is good enough. -- View this message in context: http://www.nabble.com/Using-Apache-Camel-Asynchronously-tp22111353s22882p22111353.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using Apache Camel Asynchronously

2009-02-22 Thread AnuragS
ansports and technology stacks in a simple manner using DSL or Spring > DSL (with no need to worry about the plumbing code) then Camel is a good > choice. > > Cheers, > > Ashwin... > > > AnuragS wrote: >> >> Does it make sense to use Apache Cam

Re: Using Apache Camel Asynchronously

2009-02-25 Thread AnuragS
e consumer URI needs to be a web service, you would use the > CXF component which would then require you to provide either WSDL or > annotated code. > > Hope this clarifies things. > > Cheers, > > Ashwin... > > > AnuragS wrote: >> >> Thanks Ashwin, &g