Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31759 - Queue not opened for get

31759   Queue not opened for get

Cause

This error occurs if an attempt is made to retrieve a message from a queue that was opened by using the openQueue method of the JadeMessagingFactory class with the options parameter containing the option Usage=Put or other value that does not allow messages to be retrieved.

Action

Correct your code.