Contains the expiration of a message.
property Expiration: integer default AQ_NEVER;
The Expiration property contains the expiration of a message in seconds. It is the duration the message is available for dequeuing. The default value is AQ_NEVER. It means that the message will never expire.