Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content-type is not received if correlationID is set #311

Open
Amanmishra1 opened this issue Aug 26, 2022 · 1 comment
Open

Content-type is not received if correlationID is set #311

Amanmishra1 opened this issue Aug 26, 2022 · 1 comment

Comments

@Amanmishra1
Copy link

Amanmishra1 commented Aug 26, 2022

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

@Amanmishra1
Copy link
Author

Does anyone need more information ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant