You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jonathan Robie (JIRA)" <qp...@incubator.apache.org> on 2008/01/23 23:07:33 UTC

[jira] Created: (QPID-760) Need get() in Qpid C++ client

Need  get() in Qpid C++ client
------------------------------

                 Key: QPID-760
                 URL: https://issues.apache.org/jira/browse/QPID-760
             Project: Qpid
          Issue Type: New Feature
          Components: C++ Client, Java Client, Python Client, Ruby Client
            Reporter: Jonathan Robie


Python allows queue.get(). C++ needs to provide the same functionality.  In Python, this is done with a local queue, in C++ this should probably be done using a method on the session object.

Perhaps:

session.get(arg::queue="message_queue", arg::timeout=10)


Whatever we do with C++, Python and the low level Java API should do the same.

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


[jira] Closed: (QPID-760) Need get() in Qpid C++ client

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim closed QPID-760.
---------------------------

    Resolution: Duplicate

> Need  get() in Qpid C++ client
> ------------------------------
>
>                 Key: QPID-760
>                 URL: https://issues.apache.org/jira/browse/QPID-760
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Client, Java Client, Python Client, Ruby Client
>            Reporter: Jonathan Robie
>
> Python allows queue.get(). C++ needs to provide the same functionality.  In Python, this is done with a local queue, in C++ this should probably be done using a method on the session object.
> Perhaps:
> session.get(arg::queue="message_queue", arg::timeout=10)
> Whatever we do with C++, Python and the low level Java API should do the same.

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