1 Reply Latest reply on Jan 26, 2015 9:48 AM by jbertram

    Recommend approach to throttle and drop messages

    magick93

      Hi

      My use-case is as follows:

      We receive, in real-time, many updates of prices. There can be situations where we receive more than the server can handle, and so the application crashes.

       

      How can we throttle - either producer or consumer - to a limit per-minute, or per-second. And any messages over this limit will be discarded

       

      How best to achieve this?

       

      Thanks and regards