我部署了我的应用程序,但 Weblogic 服务器及其状态显示警告。我对其进行了监控,它指出了 EJB 的运行状况,MessageConsumerBean
原因如下:
MDB 应用程序 online-esso-1 未连接到消息传递系统
该MessageConsumerBean
文件包含:
@MessageDriven(activationConfig = {
@ActivationConfigProperty(
propertyName = "destinationType",
propertyValue = "javax.jms.Queue"),
@ActivationConfigProperty(
propertyName = "destinationJndiName",
propertyValue = "javax/jms/OnlineEssoQueue")
}
我应该怎么办?