`io.vertx.ext.stomp.Frames#createErrorFrame` sets content-type for `String` messages to `test/plain` which makes de-serialisation fail on the client. Workaround is to overwrite the header after constructing the error frame. PR to follow