[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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."]]