【发布时间】:2019-01-28 22:57:23
【问题描述】:
我正在尝试使用 Spring 集成连接到 JMS 客户端,但我得到了:-
[WARN] 2018-08-22 10:57:20.378 [DispatchThread: [com.ibm.mq.jmqi.remote.impl.RemoteSession[connectionId=414D514353414D5030303144202020206CF77A5B9E4A5E21]] SimpleMessageListenerContainer - J没有设置 ErrorHandler。 org.springframework.messaging.MessageDeliveryException: Dispatcher 没有频道“app-name:local:9010.inputChannel”的订阅者。嵌套异常是 org.springframework.integration.MessageDispatchingException: Dispatcher 没有订阅者,failedMessage=GenericMessage
下面是我的spring集成配置类
知道为什么我会收到此异常。
提前非常感谢
【问题讨论】:
标签: spring-boot jms spring-integration message-queue spring-jms