gracefulDisconnect
Enables graceful disconnect.
If enabled, when disconnecting from the server, the client first sends a DISCONNECT frame with a receipt
header, and then waits for a RECEIPT frame before closing the connection.
If this graceful disconnect is disabled, then calling StompSession.disconnect immediately closes the web socket connection. In this case, there is no guarantee that the server received all previous messages.