Add support for MessageListener callback objects in new messaging API
---------------------------------------------------------------------

                 Key: QPID-2451
                 URL: https://issues.apache.org/jira/browse/QPID-2451
             Project: Qpid
          Issue Type: New Feature
          Components: C++ Client
            Reporter: Alan Conway
            Assignee: Alan Conway


The old C++ client API allows the use to register an object derived from  
MessageListener as a callback to receive messages from the subscriptions 
associated with a session. The user can start a thread for each session to 
dispatch callbacks.

We need a callback API for the new messaging API. The new API should allow the 
user to create a thread pool to dispatch to any number of sessions rather than 
requiring a thread per session. Note the pool model does also support 
thread-per-session by creating a pool of size 1 for each session.

-- 
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:[email protected]

Reply via email to