Hi guys, I’m using the http://qpid.apache.org/proton/messenger.htmland created a simple app following the example here: http://qpid.apache.org/releases/qpid-proton-0.11.1/messenger/c/examples/send-async.c.html. Since we’re setting the address per message , the link isbeing sent with each message. pn_message_set_address(message, address); This is increasing our payload size. Is there a way to setthis address per messenger instance to reduce the payload size ? Thanks, Deb.
- Avoiding sending the link address in the message payload Deb Haldar
