是否可以将 JSON 插入 AMQP 中?
此外,该 JSON 的大小是否可能为 5MB?
And furthermore, is it possible for that JSON to be 5MB in size?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
此外,该 JSON 的大小是否可能为 5MB?
And furthermore, is it possible for that JSON to be 5MB in size?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您的意思是,您可以将 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.