如何将 activemq-ra-version.rar 部署到 weblogic
常见问题解答 > 配置 > 如何将 activemq-ra-version.rar 部署到 weblogic
本指南介绍如何将 ActiveMQ Classic 的资源适配器部署到 weblogic 9.1。
- 使用配置向导在 weblogic 中创建一个新域(开始菜单 BEA 产品 -> 工具 -> 配置向导)。
- 在类路径中添加 jar 依赖项(这些是 rar 文件中的 jar,由于某种原因 weblogic 无法从 rar 文件中加载这些)。一种方法是将 jar 放在域的 lib 目录中(
<%BEA\_HOME%>
\user_projects\domains\<%DOMAIN_NAME%>
\lib)。 - 在类路径中添加名为“broker-config.xml”的 BrokerXmlConfig 文件。它可以在 rar 文件“activemq-rar-*.rar”中找到。否则,通过提供“broker-config.xml”的绝对路径来修改 ra.xml,如下所示。
<config-property> <description> Sets the XML configuration file used to configure the ActiveMQ Classic broker via Spring if using embedded mode. BrokerXmlConfig is the filename which is assumed to be on the classpath unless a URL is specified. So a value of foo/bar.xml would be assumed to be on the classpath whereas file:dir/file.xml would use the file system. Any valid URL string is supported. </description> <config-property-name>BrokerXmlConfig</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>xbean:file:C:\\broker-config.xml</config-property-value> </config-property>
- 启动域的 weblogic 服务器(BEA 产品 -> 用户项目 ->
<domain_name>
-> 启动 Weblogic Server 域的管理服务器)。 - 启动域的管理控制台(BEA 产品 -> 用户项目 ->
<domain_name>
-> 管理服务器控制台),并输入用户名和密码。 - 在主菜单中,单击“已部署资源”下的“部署”。
- 在部署表中,单击“安装”按钮。如果按钮被禁用,则单击“锁定并编辑”以启用它。
- 浏览 activemq-ra-*.rar 文件,然后单击下一步(为了测试目的,选择默认值)。
- 单击“激活更改”按钮检查资源适配器是否已正确部署。