Re: Sending with ProducerTemplate, how to marshal with ProtobufDataFormat

2023-04-10 Thread Claus Ibsen
Hi Whatever you have in the body is what is sent, so you make sure it's in protobuf beforehand. On Tue, Apr 11, 2023 at 12:59 AM Steve973 wrote: > Hello. If I want to send a message with the ProducerTemplate, how do I > ensure that the body is marshaled by protobuf? > > Thanks, > Steve > --

Sending with ProducerTemplate, how to marshal with ProtobufDataFormat

2023-04-10 Thread Steve973
Hello. If I want to send a message with the ProducerTemplate, how do I ensure that the body is marshaled by protobuf? Thanks, Steve