Hi, I'm trying to express using routes how to create multiple messages from one endpoint. I did use an internal template to sendBody() multiple time but what I am trying to do is read a sql table, send a jms message for each row, wait for acknowledment then update the record.
I tried to use the CLIENT_ACKNOWLEDGE parameter on the endpoint but this does not seem to work. Patrick
