1 Reply Latest reply on Aug 10, 2012 10:22 PM by clebert.suconic

    Can I configure a prefetch size for HornetQ STOMP acceptor?

    mjustin

      Hello,

       

      does the HornetQ STOMP acceptor allow to set a message prefetch size (number of messages to be delivered to the client)?

      This can be helpful when using client-ack acknowledgment mode.

       

      Many thanks in advance!

        • 1. Re: Can I configure a prefetch size for HornetQ STOMP acceptor?
          clebert.suconic

          One thing that stomp lacks at the moment is flow control, so I don't think this would apply.

           

          Stomp is a simple protocol. The client will receive messages in a flow as long as there are messages to be sent.

           

          There's an user who implemented a special method to credits on stomp but that's on his internal branch. We are looking to add something similar to our implementation but that would probably be an extra.