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

Marek Majkowski majek04 at gmail.com
Tue Jul 19 13:56:32 BST 2011


On Mon, Jul 18, 2011 at 21:38, Josh Geisser <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


More information about the rabbitmq-discuss mailing list