Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31710 - Transport name unknown

31710   Transport name unknown

Cause

This error occurs when the transport name is not supported. In the following example, the first parameter of the openQueue method of the JadeMessagingFactory class has the correct format, transport_name :// queue_manager_name / queue_name, but BogusMQ is not a valid transport name.

myReplyQueue := factory.openQueue("BogusMQ://localnode/TestQ",                                                        "Access=Public;Usage=Put");

Action

Correct your code.