Darryl L. Pierce created QPID-5254:
--------------------------------------

             Summary: Creating a sender for a non-existent queue blocks any 
further creating of a similarly named sender.
                 Key: QPID-5254
                 URL: https://issues.apache.org/jira/browse/QPID-5254
             Project: Qpid
          Issue Type: Bug
          Components: Ruby Client
    Affects Versions: 0.24
            Reporter: Darryl L. Pierce
            Assignee: Darryl L. Pierce


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)




--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to