[rabbitmq-discuss] Pika Question (publish and consume "save" as fast as possible)

Gavin M. Roy gmr at myyearbook.com
Tue Jul 19 16:10:14 BST 2011


 Also note that Pika will raise user warnings by default that you can catch and react to when it thinks that you're overwhelming the broker. 


On Tuesday, July 19, 2011 at 8:56 AM, Marek Majkowski wrote:

> On Mon, Jul 18, 2011 at 21:38, Josh Geisser <josh at gebaschtel.ch (mailto:josh at gebaschtel.ch)> wrote:
> > Aware of that, but supposed to work cross-platform while maintaining script character.
> > 
> > Sorry, I've to rephrase, less a question of throughput rather than programmer approach: any simple way to avoid dealing with the buffers itself?
> > 
> > With py-amqp I could set the transaction-flag to control the publisher won't exceed it's capabilities, dito on consumer. How to achieve that in pika?
> > 
> > Just find the setup with blocking-publisher and select-consumer strange, but only configuration that worked stable for me so far without running into buffer warnings.
> 
> Yes, you probably need a blocking publish if you don't want to
> overcome rabbitmq with too many messages.
> 
> Cheers,
>  Marek
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com (mailto:rabbitmq-discuss at lists.rabbitmq.com)
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss




More information about the rabbitmq-discuss mailing list