Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里看到了有关如何访问标头的描述,但似乎找不到任何有用的示例。一些教程包含访问标头的代码,但没有解释原因。任何人都可以解释一下吗?
可能是您需要在消息中发送一些与正文本身没有直接关系的信息。这是与 HTTP 标头类似的概念。这方面的一个例子是,当一条消息被转发到错误队列时,有一些信息会随之发送,以帮助您了解哪里出了问题(包括异常)。