rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
62 stars 44 forks source link

Fix headers being too long, causing rabbitmq to reject them #83

Closed zlepper closed 3 years ago

zlepper commented 3 years ago

Fixes #82

Honestly i'm not sure just cutting it off like this is safe, but it seems to work in my testing


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 3 years ago

There's probably a small risk that exception messages with e🎈m🧨oπŸŽƒjis can get their UTF8-encoded characters mangled, but I guess it's not worse than it is now πŸ˜†

mookid8000 commented 3 years ago

It's out as Rebus.RabbitMq 7.3.1-b6 on NuGet.org now πŸ™‚