Skip to content

Instantly share code, notes, and snippets.

@smetj
Created November 2, 2012 23:15
Show Gist options
  • Save smetj/4004937 to your computer and use it in GitHub Desktop.
Save smetj/4004937 to your computer and use it in GitHub Desktop.
Message IO with Wishbone and RabbitMQ
https://github.com/smetj/experiments/blob/master/python/rabbitmq_io.py
Instances Prefetch_count Acknowledge Msg/sec
1 100 Yes ~ 1100
1 100 No ~ 2020
2 100 Yes ~ 1800
2 100 No ~ 3200
@smetj
Copy link
Author

smetj commented Nov 4, 2012

3200 msg/s appears to be the maximum I can push out of the vm running on my laptop.
RabbitMQ is consuming 100% CPU at this stage. Might have to dig a bit deeper into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment