To ensure that the WebSphere® MQ resource adapter is automatically updated to the latest available maintenance level when you apply WebSphere Application Server fix packs, you can configure all servers in your environment to use the latest version of the resource adapter contained in the WebSphere Application Server fix pack that you have applied to the installation of each node.
To be able to complete this task successfully, you must first apply WebSphere Application Server Fix Pack 1 or higher to all installations in your environment.
If you have a requirement to use WebSphere Application Server Version 7.0.0.0 without any fix packs applied, do not continue with this task. Instead, use the task described in Considerations for using WebSphere MQ with WebSphere Application Server 7.0.0.0 without any fix packs applied.
Updates to the WebSphere MQ version 7 resource adapter that is installed with the application server are included in WebSphere Application Server Fix Packs. You should only update the WebSphere MQ version 7 resource adapter using the "Update resource adapter facility if you require a specific version of the resource adapter, instead of the most recent version. To install a specific version of the resource adapter, see Installing a specific maintenance level of the WebSphere MQ resource adapter.
wmqInfoMBeansUnsplit = AdminControl.queryNames("WebSphere:type=WMQInfo,*") wmqInfoMBeansSplit = AdminUtilities.convertToList(wmqInfoMBeansUnsplit) for wmqInfoMBean in wmqInfoMBeansSplit: print wmqInfoMBean; print AdminControl.invoke(wmqInfoMBean, 'getInfo', '')
set wmqInfoMBeans [$AdminControl queryNames WebSphere:type=WMQInfo,*] foreach wmqInfoMBean $wmqInfoMBeans { puts $wmqInfoMBean; puts [$AdminControl invoke $wmqInfoMBean getInfo [] []] }
WMSG1703I:RAR implementation version 7.0.0.0-k700-L080820
WMSG1625E: It was not possible to detect the WebSphere MQ messaging provider code at the specified path <null>
When you have performed the following steps for all cells and single server installations in your environment, your servers automatically receive maintenance to the WebSphere MQ resource adapter when a new WebSphere Application Server fix pack is applied.
If you continue to experience problems after performing the steps described in this topic, and you have previously used the Update resource adapter button on the JMS Provider Settings panel in the administrative console to update the WebSphere MQ resource adapter on any nodes in your environment, it is possible that you are experiencing the issue described in APAR PM10308.
In this information ...Related reference
| IBM Redbooks, demos, education, and more(Index) |