qamqp icon indicating copy to clipboard operation
qamqp copied to clipboard

Wrong mime type in publish() method

Open DmitryDemidov80 opened this issue 11 months ago • 2 comments

Hi! In QAmqpExchange::publish() method call publish() with myme type "text.plain" but i think should be "text/plain".

Thanks!

DmitryDemidov80 avatar Mar 21 '24 14:03 DmitryDemidov80

Hi Dmitry,

the internet says that you are right. How did you find out? Does rabbitMq throws a warning somewhere? It would be nice if you could test what happens if you change it to text/plain in a living environment.

Greetings!

WollZebra avatar Mar 28 '24 12:03 WollZebra

Hi! This error found my friends several years ago. As far as i remember there were no throws, no warnings from rabbitMq but some packets was corrupted. In our project we changed to "text/plain" and it works OK.

DmitryDemidov80 avatar Mar 28 '24 13:03 DmitryDemidov80