Replies: 1 comment 1 reply
-
RabbitMQ does not interpret message contents in any way, they are treated as opaque sequences of bytes. RabbitMQ management UI uses the encoding selected in browser settings. Therefore I suspect that the issue is in a particular client or environment that has to render the payload. Please put together a reproducible example because a screenshot does not tell much about what it was and what displays the payload |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am deploying rabbitmq HA in a container environment. When I use the RabbitMQ Web STOMP feature to access message queues through web pages, Chinese characters are garbled
Reproduction steps
1.It is normal to use the queue in RabbitMQ to send Chinese and obtain Chinese.
2.When accessing message queue information using a. NET client, Chinese is normal.
3.When I use the RabbitMQ Web STOMP feature to access message queues through web pages, Chinese characters are garbled
Expected behavior
The message was sent in Chinese 123, and the webpage client received garbled code in the image

Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions