[jira] Updated: (QPID-664) High-level C++ client API.

2008-12-04 Thread Marnie McCormack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marnie McCormack updated QPID-664: -- Fix Version/s: (was: M4) > High-level C++ client

[jira] Updated: (QPID-664) High-level C++ client API.

2008-10-30 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim updated QPID-664: Issue Type: New Feature (was: Bug) > High-level C++ client

[jira] Closed: (QPID-184) Add support for 'passive' flag in the declaration of queus and exchanges through the c++ client API

2008-06-26 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim closed QPID-184. --- > Add support for 'passive' flag in the declaration of queus and exchanges > through th

[jira] Closed: (QPID-694) c++ client API - add convenient get-one-message function.

2008-06-25 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway closed QPID-694. > c++ client API - add convenient get-one-message funct

[jira] Resolved: (QPID-694) c++ client API - add convenient get-one-message function.

2008-06-25 Thread Alan Conway (JIRA)
) to get a single message from a queue. - Set FlowControl per-subscription. > c++ client API - add convenient get-one-message function. > - > > Key: QPID-694 > URL: https://issues.apache.org/jira/

[jira] Resolved: (QPID-184) Add support for 'passive' flag in the declaration of queus and exchanges through the c++ client API

2008-06-20 Thread Alan Conway (JIRA)
; flag in the declaration of queus and exchanges > through the c++ client API > --- > > Key: QPID-184 > URL: https://issues.apache.org/jira/browse/QPID-184

[jira] Updated: (QPID-694) c++ client API - add convenient get-one-message function.

2007-11-28 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-694: - Component/s: C++ Client > c++ client API - add convenient get-one-message funct

[jira] Created: (QPID-694) c++ client API - add convenient get-one-message function.

2007-11-28 Thread Alan Conway (JIRA)
c++ client API - add convenient get-one-message function. - Key: QPID-694 URL: https://issues.apache.org/jira/browse/QPID-694 Project: Qpid Issue Type: Improvement Reporter

[jira] Commented: (QPID-664) High-level C++ client API.

2007-10-29 Thread Rafael H. Schloming (JIRA)
interest in documenting this as a cross language API guideline? > High-level C++ client API. > -- > > Key: QPID-664 > URL: https://issues.apache.org/jira/browse/QPID-664 > Project: Qpid > Issue Type: Bug >

[jira] Updated: (QPID-342) Isolate C++ client API

2007-10-26 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-342: - Description: (See API proposal in QPID-664) Currently the C++ client API is like this: Connection

[jira] Closed: (QPID-342) Isolate C++ client API

2007-10-26 Thread Alan Conway (JIRA)
can be raised for the binary-compatibility and protocol-version independence aspects. > Isolate C++ client API > -- > > Key: QPID-342 > URL: https://issues.apache.org/jira/browse/QPID-342 > Project: Qpid >

[jira] Updated: (QPID-664) High-level C++ client API.

2007-10-26 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-664: - Attachment: CppClientApi.cpp > High-level C++ client

[jira] Created: (QPID-664) High-level C++ client API.

2007-10-26 Thread Alan Conway (JIRA)
High-level C++ client API. -- Key: QPID-664 URL: https://issues.apache.org/jira/browse/QPID-664 Project: Qpid Issue Type: Bug Components: C++ Client Reporter: Alan Conway Attached a proposal

[jira] Updated: (QPID-342) Isolate C++ client API

2007-09-19 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-342: - Summary: Isolate C++ client API (was: Imrpove C++ client API) > Isolate C++ client

[jira] Updated: (QPID-342) Imrpove C++ client API

2007-04-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-342: - Fix Version/s: (was: M2) M3 > Imrpove C++ client

[jira] Updated: (QPID-342) Imrpove C++ client API

2007-04-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-342: - Fix Version/s: M2 > Imrpove C++ client API > -- > > K

[jira] Commented: (QPID-342) Imrpove C++ client API

2007-03-05 Thread Alan Conway (JIRA)
binary compatibility safeguard. (http://en.wikipedia.org/wiki/Pimpl for definition of Pimpl) We should use shared_ptr to get normal copy semantics and automated memory management and templatize as much repetative code as possible. > Imrpove C++ client

[jira] Created: (QPID-342) Imrpove C++ client API

2007-02-01 Thread Alan Conway (JIRA)
Imrpove C++ client API -- Key: QPID-342 URL: https://issues.apache.org/jira/browse/QPID-342 Project: Qpid Issue Type: Improvement Components: C++ Client Reporter: Alan Conway Currently the C

Re: C++ client API

2007-01-31 Thread Carl Trieloff
ostuff... Alan Conway wrote: Currently the C++ client API is like this: Connection myConnection; myConnection.open(...); Channel myChannel; myConnection.openChannel(myChannel); myChannel.dostuff... I would like to change it to be like this: Connection::shared_ptr myConnection = Connection

C++ client API

2007-01-31 Thread Alan Conway
Currently the C++ client API is like this: Connection myConnection; myConnection.open(...); Channel myChannel; myConnection.openChannel(myChannel); myChannel.dostuff... I would like to change it to be like this: Connection::shared_ptr myConnection = Connection::open(...); Channel::shared_ptr

[jira] Created: (QPID-184) Add support for 'passive' flag in the declaration of queus and exchanges through the c++ client API

2006-12-13 Thread Gordon Sim (JIRA)
Add support for 'passive' flag in the declaration of queus and exchanges through the c++ client API --- Key: QPID-184 URL: http://issues.apache.org/jira/b