Thank you for your timely response. I will look into the MessageImpl.java implementation you referenced.
Another way to achieve this was explained in following thread and I tried to implement it But this is treated as "three separate amqp messages with one data section" rather than "one amqp message with three data sections". I want to make sure I am implementing it correctly as explained here https://issues.apache.org/jira/browse/PROTON-1098?focusedCommentId=15098238&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-15098238 Here is my implementation. https://github.com/hemanttanwar/proton-j-multiple-data/blob/main/data-multi-section/src/main/java/com/protonj/app/MultipleDataSender.java#L43 Appreciate your input on this. -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-developers-f7254403.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
