-
Notifications
You must be signed in to change notification settings - Fork 5
Message Compatibility with AMQP 0.9.x #115
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
Comments
Hi @luizcarlosfaria, |
What you see as "Sw�" is:
The AmqpValue type encoding added by the server: https://www.rabbitmq.com/docs/next/conversions#amqp-amqpl PR #116 resolves the issue by changing the default from AMQPValue to ApplicationData, which is more appropriate for cross-protocol applications |
Really thank you, @Gsantomaggio today I'll test it. |
@Gsantomaggio last April 23, I've tested and it works!! Thank you. |
Great ! Thanks! |
Is your feature request related to a problem? Please describe.
Trying to publish with RabbitMQ.AMQP.Client 0.1.0 and 0.2.0-beta.0 and consume with regular RabbitMQ.Client, I've seen a prefix in message body.
How to produce the message:
But when use Management to see what's is send (because consumers can't read this message) I've found some new behavior:
AFN3oSB7IlRleHQiOiJhcyIsIlNlcSI6MSwiTWF4Ijo3MDAwfQ==
I've tryed to decode in some formats to understand:
The base64 is easy to handle because the amqp message has
type
attribute.But the prefix, I can't understand how handler
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: