Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31709 - Queue fullname format invalid

31709   Queue fullname format invalid

Cause

This error occurs if the fullName property of the JadeGenericQueue class is not specified in the correct format. The correct format is transport_name :// queue_manager_name / queue_name, as shown in the following example.

JadeMQ://localnode/TestQ

Action

Correct your code.