Currently msgpack binding is not implemented.
To implement it, the MsgpackBinding interface should be implemented, which actually means to implement a WampFormatter and a WampBinaryMessageParser.
See Jackson's binding:
JsonNodeBinding, JsonNodeFormatter, JsonNodeMessageParser