finalise api around synchronising receiver and sender creation
--------------------------------------------------------------

                 Key: QPID-2381
                 URL: https://issues.apache.org/jira/browse/QPID-2381
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Client, Python Client
    Affects Versions: 0.6
            Reporter: Gordon Sim
            Assignee: Rafael H. Schloming


The sender() and receiver() calls in the python are not synchronous - on return 
there is no guarantee that any action has yet been take on the broker or even 
that the address has been confirmed as for a valid node. Further there is then 
no obvious way (other than trying to send or fetch) to actually wait until any 
action has succeeded.

On the c++ client the createReceiver() and createSender() calls will only 
return once the necessary server actions have completed successfully.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to