The range of permitted values for the TimeToLive property of a JMS message that WSIF puts onto a queue.
The JMS message header property JMSTimeToLive is of type long. It sets the time to live of a message put onto a queue, in milliseconds. A value of 0 means live indefinitely.
The time to live of a JMS message is determined by
whatever is set in the WSDL. If no value is set in the WSDL, then the time
to live is determined by the synchronous timeout setting.