RabbitMQ 中的内容类型标头有什么特殊含义吗?
RabbitMQ 中的内容类型标头是否有任何特殊含义,或者它只是我的生产者和消费者发送信号类型的标准化方式?换句话说:具有某些内容类型的消息是否会得到特殊处理,或者只是字节?
Does the content type header in RabbitMQ have any special meaning, or is it only a standardized way for my producers and consumers to signal what kind of data they are sending? In other words: will messages with certain content types get any special treatment, or is it just bytes, either way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RabbitMQ 在内部根本不使用内容类型标头。正如您所猜测的,它是为生产者和消费者发出消息类型信号的。
RabbitMQ doesn't use the content-type header internally at all. It's for producers and consumers to signal message types, as you guessed.