alanxz/SimpleAmqpClient

Content-type is not received if correlationID is set

Amanmishra1 opened this issue · 1 comments

Hello,

My consumer receives nothing in content-type even thoughIi am publishing it as a part of my message
My publisher publishes the following:

  1. Binary data
  2. Header information
  3. CorrelationID
  4. Content-type

Consumer receives 1-3 but not 4. Now to confirm the bug is in SimpleAmqpClient i stopped publishing correlationid, this time the consumer correctly receives the Content-type.

I know such a problem was fixed in the following commit:
4818655

But this commit fixed me getting correlationid at the consumer end (after updating to latest revision of simpleamqpclient around a month back). But now the same kind of problem occurs the moment I add Content-type as part of my message

Request for help or pointers in this regard

Does anyone need more information ?