[[["容易理解","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 (世界標準時間)。"],[],[],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."]]