Hi All,
 
I'm newbie for camel and now in the middle of developing application that
will do some processes as below : 
 
1. There are 2 apps : 1st is java web apps and 2nd is camel apps
2. So, in this java web apps, actually will display on UI some datas. This
datas are taken from file. So, let say under data directory there are many
files(fixed length), then display to UI.
3. User will submit this files. Once user submit, eventhough still
processing, user may close the browser.
4. The files will be read by JMS under camel apps, in this case using
ActiveMQ as  suggested on your Camel in Action book.
5. From this JMS, will send to web service clienat, this WS will getthe
respon status of the processing from our web service server.
6. Based on Camel in action book, I can use apache cxf for WS. 

My questions are : 
1. Do you think my approach is good? Frankly speaking, I just use
information from "Camel in Action" book todo.
2. And this apps using java 1.6 and deployed to jboss, do you think is that
good?
3. Do you have any tutorial or book or reference to do something like I'm
doing? Maybe I can use it as my reference. 
 
Please help, thanks.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Webservice-and-JMS-on-camel-tp5743671.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to