[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-04 UTC。"],[],[],null,["# MQ configurations are not extracted for Open Liberty targets\n============================================================\n\nIf MQ configurations are not extracted for Open Liberty targets, use the\nfollowing workaround:\n\n1. Extract the `wmq.jmsra.rar` file from the source VM by adding it to the migration plan.\n\n applications:\n - appName: brownear-ear\n httpEndpoints:\n - httpPort: 9080\n httpsPort: 9443\n id: defaulthttpendpoint\n image:\n name: brownear-ear\n includeFiles:\n - /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar\n\n2. Edit the server XML file to ensure following features are included in the feature manager:\n\n \u003cfeatureManager\u003e\n \u003cfeature\u003eejb-3.2\u003c/feature\u003e\n \u003cfeature\u003ejms-2.0\u003c/feature\u003e\n \u003cfeature\u003emdb-3.2\u003c/feature\u003e\n \u003cfeature\u003elocalConnector-1.0\u003c/feature\u003e\n \u003cfeature\u003ejaxrs-2.1\u003c/feature\u003e\n \u003cfeature\u003ecdi-2.0\u003c/feature\u003e\n \u003c/featureManager\u003e\n\n3. In the same file, ensure that the username and password are set for `jmsActivationSpec`:\n\n \u003cjmsActivationSpec ...\u003e\n \u003cproperties.mqJmsRa ... userName=\"USER_NAME\" password=\"PASSWORD\"/\u003e\n \u003c/jmsActivationSpec\u003e\n\n | **Note:** You need to set `includeSensitiveData` to `true`.\n | **Note:** these username and password also can be found in the `wsadmin.py` artifact.\n4. In addition, it's possible a JNDI issue may occur, which you'll need to\n resolve according to the error message."]]