You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2010/04/26 12:18:31 UTC

[jira] Resolved: (QPID-2548) Forgotten method on SubscriptionManager

     [ https://issues.apache.org/jira/browse/QPID-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-2548.
------------------------------

    Resolution: Fixed

> Forgotten method on SubscriptionManager
> ---------------------------------------
>
>                 Key: QPID-2548
>                 URL: https://issues.apache.org/jira/browse/QPID-2548
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.6
>            Reporter: francesco 
>            Assignee: Gordon Sim
>            Priority: Trivial
>         Attachments: qpid.diff
>
>
> SubscriptionManager implementation has method SetDefaultSettings. But this is not present in the interface.
> Patch to be applied:
> Index: src/qpid/client/SubscriptionManager.cpp
> ===================================================================
> --- src/qpid/client/SubscriptionManager.cpp     (revisione 822651)
> +++ src/qpid/client/SubscriptionManager.cpp     (copia locale)
> @@ -86,6 +86,10 @@
>      impl->setFlowControl(name, flow);
>  }
> +void SubscriptionManager::setDefaultSettings(const SubscriptionSettings& s){
> +       impl->setDefaultSettings(s);
> +}
> +
>  void SubscriptionManager::setFlowControl(const std::string& name, uint32_t messages,  uint32_t bytes, bool window) {
>      impl->setFlowControl(name, FlowControl(messages, bytes, window));
>  }

-- 
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-subscribe@qpid.apache.org