Need to allow the size of the queue of outgoing frames to be limited
--------------------------------------------------------------------
Key: QPID-974
URL: https://issues.apache.org/jira/browse/QPID-974
Project: Qpid
Issue Type: Improvement
Components: C++ Client
Affects Versions: M3
Reporter: Gordon Sim
Assignee: Gordon Sim
Fix For: M3
The c++ client has a separate IO thread that actually writes frames to the
socket. The application thread merely queues up the frames created for the
commands/messages it sends. Without some form of bounds on this queue of
frames, the client continues to consume memory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.