dayorbyte / dispatchd

A go-based AMQP server
MIT License
62 stars 9 forks source link

Support the publisher confirmations extension #3

Closed dayorbyte closed 8 years ago

dayorbyte commented 8 years ago

Using RabbitMQ's perf client I'm seeing transactions have a 3x overhead at a transaction size of 1 and it drops to no overhead as the transaction sizes go up. Because of that I don't think this feature is worth the substantial complexity it would add