Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2935

Support "best effort" producer flow control within the AMQP 0.10 implementation.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9
    • 0.9
    • C++ Broker, C++ Client
    • None
    • any

    Description

      To what extent, if any, could producer flow control be supported on the existing (pre-1.0) protocol?

      In the current C++ broker/client implementation, when a queue on the broker fills to the point where it cannot accept any more messages (--default-queue-limit hit), the broker will forcibly disconnect any client that attempts to route a message to that queue. This is an abrupt failure - the producing client is not privy to the queue's remaining capacity. The broker provides no feedback to the producing client, which could be used to throttle the client's message production rate.

      The purpose of this JIRA is to explore the possible methods for implementing producer throttling on the current 0.10 C++ codebase.

      Attachments

        1. user_doc.txt
          8 kB
          Ken Giusti
        2. QPID-2935.tgz
          6 kB
          Ken Giusti

        Issue Links

          Activity

            People

              kgiusti Ken Giusti
              kgiusti Ken Giusti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: