smok-serwis / coolamqp

Pure Python pretty fast AMQP client with sane reconnects
MIT License
6 stars 1 forks source link

A non-hashed MessageProperties #51

Closed piotrmaslanka closed 6 months ago

piotrmaslanka commented 6 months ago

Right now MessageProperties will hash entire key=>values and store it within non-GCable memory in order to facilitate speed and memory consumption.

Some people want to ship each message with different properties, and they need a workaround for that.