Documentation for Embed #1575
-
Hello, I were looking for documentation on embedded messages, but I do not see any for embeds such as discord, roblox or any other places. RabbitMQ sent this plain message: https://discordjs.guide/popular-topics/embeds.html#using-the-embed-constructor |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Messages in RabbitMQ are binary blobs. You should serialize these "embed" objects such that they can be sent is binary data. |
Beta Was this translation helpful? Give feedback.
-
All protocols RabbitMQ supports assume that the messages sent are opaque to the broker (server). As long as applications put in enough metadata for other applications to know how to de-serialize or otherwise interpret the data, it's all good. |
Beta Was this translation helpful? Give feedback.
Messages in RabbitMQ are binary blobs. You should serialize these "embed" objects such that they can be sent is binary data.