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

Creating a sender for a non-existent queue blocks any further creating of a similarly named sender.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 0.24
    • None
    • Ruby Client
    • None

    Description

      If I create a sender using:

      sender = session.create_sender("my-queue")

      and no such queue exists, then later doing:

      sender = session.create_sender("my-queue;

      {create:always}

      ")

      fails with:

      SessionError: not-found: not-found: Queue not found: my-queue (/builddir/build/BUILD/qpid-0.24/cpp/src/qpid/broker/SessionAdapter.cpp:690)

      Attachments

        Activity

          People

            mcpierce Darryl Pierce
            mcpierce Darryl Pierce
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: