5 Replies Latest reply on Aug 19, 2011 6:32 AM by galanfish

    how can i get notified by hornetq when message is consumed?

    galanfish

      hello all.

       

          here is my scenario:

          i use hornetq as an emmbedded component inside my applicationA, and there is another applicationB which will consume the message produced by applicationA. now i want to get notified in applicationA by hornetq when appliactionB consumes a message, like calling message#acknowledge, so i can change something in applicationA.

       

          any advice would be greatly appreciated! thx!