简体   繁体   English

我们可以在运行时将 JMS 队列附加到现有 MDB

[英]Can we attach JMS Queue to Existing MDB at run time

Can we attach JMS Queue to Existing MDB at run time?我们可以在运行时将 JMS 队列附加到现有 MDB 吗?

Can any one give Example for this.任何人都可以为此举个例子。

Thanks is advance.谢谢是提前。

@user574557: actually it should be asked reverse way: how to attach existing MDB to another queue? @user574557:实际上应该以相反的方式问:如何将现有的 MDB 附加到另一个队列? Ofcourse this is server specific.当然,这是特定于服务器的。 Generally if your server has JCA based MDBs then, it would require to re-initialize MDBs with different JMS activation spec.通常,如果您的服务器具有基于 JCA 的 MDB,则需要使用不同的 JMS 激活规范重新初始化 MDB。 You can refer to JCA specification.可以参考 JCA 规范。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM