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

Justin Ross closed QPID-2451.
-----------------------------

    
> Multi-threaded dispatch support for the new 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
>            Priority: Minor
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to