Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Wildfly 部署使用外部消息代理的 EJB 战争,Apollo而不是 Wildfly 附带的ActiveMQ artemis。
Apollo
ActiveMQ artemis
我必须做什么在standalone-full.xml文件中设置 JNDI 配置,但没有任何有用的教程可以做到这一点我不知道我需要在配置中更改什么才能实现这一点?
standalone-full.xml
这个帖子有帮助吗? https://docs.jboss.org/author/display/WFLY10/Connect+a+pooled-connection-factory+to+a+Remote+Artemis+Server
按照上面的示例,我能够使用外部 artermis 代理(不是 Wildfly 容器)。