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.
如何在我的 spring 集成 jms 入站通道上获取 JMS 标头?我没有找到关于参考的太多信息。
谢谢并恭祝安康。
看看DefaultJmsHeaderMapper类。它负责(默认情况下)将 JMS 消息映射到 Spring Integration 消息和从 JMS 消息映射到 Spring Integration 消息。一旦定义了适当的规则,JMS 消息头将与任何其他 SI 消息头一样可见 (message.getHeaders())。