[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-481) Implement a round robin routing

Tim Fox (JIRA) jira-events at jboss.com
Thu Aug 3 06:57:11 EDT 2006


Implement a round robin routing
-------------------------------

                 Key: JBMESSAGING-481
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-481
             Project: JBoss Messaging
          Issue Type: Task
            Reporter: Tim Fox
         Assigned To: Tim Fox


The current implementation of PointToPointRouter always favours the first Receiver.

In the case of message batching this can cause starvation of receivers if there are not many messages in the queue/subscription (since earlier Receives grab all the messages)

This can result in reduced throughput.

We should implement a round robin routing strategy and make it the default for queues or subscriptions with multiple consumers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list