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

Need get() in Qpid C++ client

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jonathan.robie Jonathan Robie
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: