Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
48 stars 24 forks source link

feat: add `frameMax` connection option #57

Open dwickr opened 2 months ago

dwickr commented 2 months ago

Add the frameMax connection tuning parameter as implemented in amqplib1. Default to 4k (4096) to match amqplib's default.

dwickr commented 2 days ago

hey @zlintz would you mind reviewing this one? thank you!