Specific MID server with Load BalanceIssue Even when running Rest Message via MID server with "Use MID Server" to specify the specific MID server(Ex: mid_test) based on below manual, another MID server is also used to process REST message. https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/integrate/outbound-rest/concept/c_OutboundRESTMIDServerSupport.html==========To configure an HTTP method to use a MID Server, select a MID Server in the Use MID Server field on the HTTP Method form. The instance must have an active MID Server to use this functionality.========== Expected Behavior: The specific MID server(Ex: mid_test) is only used.ReleaseAll ReleaseCauseMID server cluster as "Load Balance" has been set up based on below manual https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/product/mid-server/task/t_ConfigureAMIDServerCluster.html MID server cluster set up will have higher priority to decide which MID server to use compared to "Use MID Server".ResolutionRemove that MID server from the cluster for system to process via specific MID server. Otherwise, MID server cluster will have higher priority to decide which MID server to use, which means "Use MID Server" will be ignored.