Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31734 - Queue is not open

31734   Queue is not open

Cause

This error occurs if you attempt an operation on a queue after the queue has been closed using the close method of the JadeGenericQueue class.

Action

Correct your code.