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.