If you’re using Kombu with the default amqplib transport and you start getting strange errors related to UTF decoding, thats because you did not explicitly set the content encoding. Kombu then assumes it UTF and this causes problems when dealing the protobuf serialization format for example.
–Dirk