Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31752 - PutMessage timeout waiting for queue space

31752   PutMessage timeout waiting for queue space

Cause

This error occurs if you attempt to send a message to a JadeMQ queue that would cause the memory used by the queue to exceed the value of the maxMemoryInuse property for the queue, or would cause the number of messages to exceed the value of the maxMessageCount property for the queue. This error does not apply to messages sent to a WebSphere MQ queue.

Action

You could use exception handling to handle these situations.