我们可以在 EJB 3.0 中使用 ejb-jar.xml 代替 MessageDrivenBean(MDB) 的注释吗?
我已在 EJB 3.0 中使用 @ActivationConfigProperty
配置消息目标类型、名称等,但我想使用部署描述符 (ejb-jar.xml
)与 EJB 2.0 中一样。
仅供参考:我正在使用 JBoss 6
谁能指导我?
I've configured the message destination type, name etc using @ActivationConfigProperty
in EJB 3.0 but I wanted to configure the MDB
using deployment descriptor (ejb-jar.xml
) as in EJB 2.0.
FYI: I'm using JBoss 6
Can anyone guide me on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
谢谢你,但我已经用一种更简单的方式解决了这个问题。下面是代码
Thanks man, but I've figured it out in a much simpler way. Below is the code
下面是配置MDB的xml内容,可以相应修改下面的代码。
Below is the xml content for configuring MDB, can modify the below code accordingly.