You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My consumer receives nothing in content-type even thoughIi am publishing it as a part of my message
My publisher publishes the following:
Binary data
Header information
CorrelationID
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
The text was updated successfully, but these errors were encountered:
Hello,
My consumer receives nothing in content-type even thoughIi am publishing it as a part of my message
My publisher publishes the following:
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
The text was updated successfully, but these errors were encountered: