I have a task processing a message, which creates about a dozen other
messages and then manually acknowledges the current message it's processing.

so it's like

producer.send( message0 );
producer.send( message1 );
message.acknowledge();

can I put those all in one transaction?

-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
 <http://spinn3r.com>

Reply via email to