You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <qp...@incubator.apache.org> on 2007/10/26 22:57:50 UTC

[jira] Closed: (QPID-434) C++ in-process broker.

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

Alan Conway closed QPID-434.
----------------------------

    Resolution: Fixed

src/tests/InProcessBroker.h provides an in-process broker for testing purposes. There's been no demand for this as a user feature so that is sufficient for now.

> C++ in-process broker.
> ----------------------
>
>                 Key: QPID-434
>                 URL: https://issues.apache.org/jira/browse/QPID-434
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Broker, C++ Client
>            Reporter: Alan Conway
>
> Allow the broker to run in-process with client code.
> cpp/tests/InProcessBroker.cpp is an in-process broker for tests, needs
> some cleanup to make it a user feature including:
>  - remove copy of frame objects (use shared_ptr for Input/OutputHandlers)
>  - allow configuration of broker from argc/argv or programatically.
>  - allow inproc broker to also listen on a port
>  - proper public client API to connect to in-proc broker.
>  - allow multiple in-proc brokers with different network addresses.

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