简体   繁体   English

共享安装在 server1 上的 MQ 库以在 server2 上共享 liberty server.xml

[英]share MQ Libraries installed on server1 to share on server2 liberty server.xml

We have configured WLP and MQ to use JMS messaging.我们已将 WLP 和 MQ 配置为使用 JMS 消息传递。 On a server1 where the Liberty Servers and MQ installed we referred the MQ libraries as below and it's working fine.在安装了 Liberty 服务器和 MQ 的 server1 上,我们将 MQ 库引用如下,它工作正常。 However, we are not sure from server2 when we make connection to MQ we are using client transport type with port number.但是,当我们连接到 MQ 时,我们不确定 server2 是否使用带有端口号的客户端传输类型。 How to refer the below MQ libraries on the server2 server.xml?如何在 server2 server.xml 上引用以下 MQ 库? Any help or guidance on this?对此有任何帮助或指导吗? Thanks谢谢

server.xml from server1 server.xml 来自 server1

server2 JMS connection <properties.wmqJms transportType="CLIENT" hostName="Host1" port="9001" channel="SYSTEM.DEF.SVRCONN" queueManager="QM1"/> server2 JMS 连接 <properties.wmqJms transportType="CLIENT" hostName="Host1" port="9001" channel="SYSTEM.DEF.SVRCONN" queueManager="QM1"/>

You'll need to copy the file wmq.jmsra.rar to the disk of server2 and then set the path to that file in server.xml using a variable:您需要将文件 wmq.jmsra.rar 复制到 server2 的磁盘,然后使用变量在 server.xml 中设置该文件的路径:

<variable name="wmqJmsClient.rar.location" value="/path/to/wmq/rar/wmq.jmsra.rar"/>

See: https://www.ibm.com/docs/en/was-liberty/nd?topic=dmal-deploying-jms-applications-liberty-use-mq-messaging-provider请参阅: https://www.ibm.com/docs/en/was-liberty/nd?topic=dmal-deploying-jms-applications-liberty-use-mq-messaging-provider

暂无
暂无

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

相关问题 Websphere Liberty server.xml 功能管理器错误 - Websphere Liberty server.xml featuremanager error WebSphere Liberty 如何在 server.xml 中设置经过身份验证的用户? - WebSphere Liberty How to Set up Authenticated Users in server.xml? RAD中的Websphere Liberty server.xml在密钥库上提供了cvc-complex-type.2.4.a - Websphere Liberty server.xml in RAD gives cvc-complex-type.2.4.a on keystore IBM WebSphere Liberty Datasource 是否可以从 server.xml 拆分为一个包含文件? - Can IBM WebSphere Liberty Datasource be split from the server.xml into an include file? webSphere Liberty:如何从仅包含的 server.xml 生成输出文件 - webSphere Liberty: How to generate an output file from an server.xml with only includes 在server.xml中包括adminCenter-1.0和batchManagement-1.0功能,从而在Liberty 8.5.5.8中提供功能冲突错误 - Including both adminCenter-1.0 and batchManagement-1.0 features in server.xml giving feature conflict error in Liberty 8.5.5.8 WebSphere Application Server-服务器名称(服务器1) - WebSphere application server - name of server (server1) Websphere中的server1实例定期关闭 - server1 instance in websphere shuts down regularly Websphere nodeagent 和 server1 每天都停止 - Websphere nodeagent and server1 stops everyday 如何在同一WebSphere Application Server上安装的应用程序之间共享EJB本地接口? - How to share EJB local interface across applications installed on the same WebSphere Application Server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM