[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]