Hi,

We have a database notification hook that gives us access to all database
operations.  We use this hook to send notifications of updates to several
different services.  The operations include a transaction id and I collect
them in memory until the transaction is committed.  The problem is I only
want to acknowledge the messages that I have received all the operations
for.

Is there some way to do this?  Or maybe a suggestion for an alternate
implementation?

Thanks,
CB

-- 
View this message in context: 
http://www.nabble.com/Selectively-acknowledging-messages.-tp22173201p22173201.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to