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

Messaging API link binding is not unbound if client disconnects uncleanly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • 0.12
    • None
    • C++ Broker, C++ Client
    • None

    Description

      Description of problem:
      Link bindings within the Messaging API (e.g. 'test.q;{create:always, node:

      {type:queue}

      ,link:{x-bindings:[

      {exchange:test.ex,queue:test.q,key:#}

      ]}}') are implemented solely within the client. Therefore, if the connection between the broker and the client is severed, the client will not be able to remove the link binding as it normally would during a clean client disconnect.

      How reproducible:
      100%

      Steps to Reproduce:
      1. Create a link binding via a C++ Messaging API sender or receiver
      2. Kill the client or sever the link between the client and broker

      Actual results:
      The link binding is still present in the broker

      Expected results:
      The link binding would be unbound when the broker discovers the client was disconnected

      Attachments

        1. QPID-3777.patch
          8 kB
          Jason Dillaman

        Activity

          People

            Unassigned Unassigned
            dillaman Jason Dillaman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: