javax.naming.ServiceUnavailableException: Failed to query JNDI: Illegal to use different protocols when multiple URLs are specified [Root exception is javax.jms.JMSException: Illegal to use different protocols when multiple URLs are specified]
2). Application is connected to EMS via a FT URL that includes both TCP and SSL. For example,
tcp://localhost:7222,ssl://localhost:7243
If a JNDI lookup is performed, check if the FT URL in the factories.conf file is configured correctly.
Issue/Introduction
Exception: "Illegal to use different protocols when multiple URLs are specified".