RabbitMQ Prefetch count

Hi @mythz,

We are running a bunch of webjobs in Azure using RabbitMQ without a http host. We were hoping that each message on the queue would be picked up by a webjob and processed. What I’ve found is that ServiceStack sets the prefetch count to 20. Would you be willing to make this configurable (or accept a PR that makes it configurable)?

Thanks,
Deon

Thanks Deon, your PR adding a configurable prefetch count is available from v5.1.1 that’s now available on MyGet.

@mythz,

I’m sending a new PR to fix a screw up I made…apologizes

Thanks,
Deon

no worries, FYI the latest PR is now up on MyGet as well.