I need an SE that can do the following:

1.  It needs to read data from a database (dequeue).
2.  Once read, this data should be sent over http to a web service.
3.  Repeat steps 1 and 2.

I have made the SE and an SU for the SE.  I have made an http provider. 
What I am trying to figure out is where to place the code in the SE to do
the the reading of data from the db.  I thought maybe the start method in
MyEndpoint.java, but that doesn't seem to work.  

Secondly, I am trying to figure out how to send the data to the http
provider.  Are there any code snippets or pseudocode on how to send data
from an SE to somewhere else like an http provider?
-- 
View this message in context: 
http://www.nabble.com/SE-that-continually-reads-and-sends-data-tf3764809s12049.html#a10642564
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to