是否可以将 JSON 插入 AMQP 中?

发布于 2024-10-01 14:53:09 字数 30 浏览 0 评论 0原文

此外,该 JSON 的大小是否可能为 5MB?

And furthermore, is it possible for that JSON to be 5MB in size?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夕嗳→ 2024-10-08 14:53:09

您的意思是,您可以将 JSON 有效负载放入 AMQP 消息中吗?如果是的话,答案是绝对的。您的消息是字节博客,这些字节可以是任何内容。

就消息大小的限制而言,我认为您纯粹受到资源的限制。我不明白为什么 5mb 的消息会成为问题。实用与否是另一回事。

Do you mean, can you put a JSON payload into an AMQP message? If so, the answer is absolutely. Your message is a blog of bytes, those bytes can be anything.

As far as the limits on the message size is concerned, I think you'd be limited purely by your resources. I can't see why a 5mb message should be an issue. Whether it's practical or not is another matter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文