Set the Type and Content-Type headers
rhinof opened this issue · 0 comments
rhinof commented
When sending a message grabbit should set the amqp Type header and Content-Type header as follows
Type: this should be set to gbus.Message.SchemaName()
Content-Type: should be set to the wire format we are using to serialize the content
- gob: application/x-gob
- proto: application/x-protobuf
- avro: avro/binary (avro 1.8.1 spec)