You can take a look at the examples in the distribution first. You can also review the tutorials on the web site. Then, identify the components to use, the endpoints to defined and the flow between them. Last, write the service units (or use the maven plugin and the archetypes to get started).
Note that you need to clarify the use of transactions, because neither http or file can support transactions. On 2/5/07, Felipe Gaucho <[EMAIL PROTECTED]> wrote:
ok, I want to create a demo with this use-case: 1- a producer sends a request (http or text file) 2 - the demo receive the request, apply some business rules and push a message into the queue 3 - the demo commit the transaction and log that message was dispatched 4 - the queue notifies a consumer (or it is done in step 3) 5 - the consumer takes the messages from the queue and print on a log file it contents. ?? how to start ? -- View this message in context: http://www.nabble.com/how-to-start-tf3174709s12049.html#a8807630 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
