您可以使用 ActivationSpec 值来初始化 MDB 吗?
我有一个 JCA 资源适配器,它将消息发送到消息驱动 bean (MDB)。我希望能够使用 ActivationSpec 属性来初始化 MDB 实例。在 MDB 中执行 ejbCreate() 时是否可以获取 ActivationSpec?
I have a JCA resource adapter that sends messages to a message-driven bean (MDB). I would like to be able to use the ActivationSpec properties to initialize the MDB instance. Is it possible to get the ActivationSpec while executing ejbCreate() in the MDB?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
激活配置适用于 RA,而不是 MDB。 MDB 没有规范定义的方式来访问其激活配置。
The activation config is intended for the RA, not the MDB. There is no spec-defined way for an MDB to access its activation config.