disconnectTimeout
Like receiptTimeout but only for the receipt of the DISCONNECT frame. This is ignored if gracefulDisconnect is disabled.
Note that if this timeout expires, the StompSession.disconnect call doesn't throw an exception. This is to allow servers to close the connection quickly (sometimes too quick for sending a RECEIPT/ERROR) as mentioned in the specification.