piotr-rojek / devopsifyme-sbemulator

MIT License
66 stars 12 forks source link

Fix for AMQP wrong assumption that AMQP message-id is always a string #30

Open janpetryk opened 7 months ago

janpetryk commented 7 months ago

AMQP specification says that message-id field can be of many type, not necessarily a string, however the emulator (or rather its amqp dependency library) always expect this field to be a string and nothing else.

Fixes #24

josephcappellino commented 4 months ago

I just ran into a similar issue, and built a local image that has these fixes and overcame the problem.

Can this be merged so we can use the updated deployment?