gpt4 book ai didi

jms - 目的地为必填项

转载 作者:行者123 更新时间:2023-12-02 02:46:44 25 4
gpt4 key购买 nike

我在 Wildfly 8.1.0 服务器中部署 Ear 时遇到以下错误

1)错误:

Caused by: javax.resource.spi.InvalidPropertyException: Destination is mandatory",
"jboss.deployment.subunit.\"wildfly.ear\".\"wildfly- ejb.jar\".component.ReRattingMDB.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"wildfly.ear\".\"wildfly-ejb.jar\".component.ReRattingMDB.START: java.lang.RuntimeException: javax.resource.spi.InvalidPropertyException: Destination is mandatory

2)MDB代码:

@MessageDriven(mappedName = "ReRatting_Queue",activationConfig =
{
@ActivationConfigProperty(propertyName="messagingType", propertyValue="javax.jms.MessageListener"),
@ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),
@ActivationConfigProperty(propertyName="Destination", propertyValue="java:/queue/ReRatting_Queue"),
@ActivationConfigProperty(propertyName="ConnectionFactoryName", propertyValue="ConnectionFactory"),
@ActivationConfigProperty(propertyName="MaxPoolSize", propertyValue="1"),
@ActivationConfigProperty(propertyName="MaxMessages", propertyValue="1"),
@ActivationConfigProperty(propertyName = "useJNDI", propertyValue = "true")
})

3)standard-full.xml:

      <jms-queue name="ReRatting_Queue">
<entry name="java:/queue/ReRatting_Queue"/>
<durable>true</durable>
</jms-queue>

请帮助我解决此错误的原因以及如何在 wildfly8 应用程序服务器中解决此问题

问候香卡

最佳答案

我猜属性名称必须以小写字母开头。您输入了“目的地”,但我很确定它必须命名为“目的地”。

关于jms - 目的地为必填项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24648248/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com