[rabbitmq-discuss] Java Client Threading Patches

Jon Brisbin jon.brisbin at npcinternational.com
Wed Aug 18 14:16:14 BST 2010


This is good news! I'd like to check this out...assuming there is some kind of documentation on what I'd need to do differently than today to make use of this. :)

Jon Brisbin
Portal Webmaster
NPC International, Inc.



On Aug 18, 2010, at 8:03 AM, Rob Harrop wrote:

> All,
> 
> I've been tweaking the threading of the Java Client a little bit in some patches.
> 
> The main change of interest is that dispatching to consumers no longer happens on the connection thread. This means that a given Consumer cannot hold up Consumers on other Channels.
> 
> I'm interested to hear feedback from anyone who is using the Java Client in anger. This change should help you to use Consumer directly, without having to set up your own threads and use QueuingConsumer.
> 
> You can grab my patches from: http://bitbucket.org/robharrop/rabbitmq-java-client
> 
> The branch of interest is bug18384.
> 
> Regards,
> 
> Rob
> 
> VMware
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list