You can. See https://qpid.apache.org/releases/qpid-proton-0.11.1/proton/java/api/org/apache/qpid/proton/message/impl/MessageImpl.html#setApplicationProperties%28org.apache.qpid.proton.amqp.messaging.ApplicationProperties%29 for instance.
Regards, Matthew -----Original Message----- From: Flores, Paul A. [mailto:[email protected]] Sent: 08 February 2016 15:59 To: [email protected] Subject: RE: Newbie Question: Adding Fields/Properties to Messages I see setProperty() in C++ Client API Message. Does that imply I can add custom properties to a message? May be a different question but why is setProperty() not a part of Proton? ________________________________________ From: Chuck Rolke [[email protected]] Sent: Monday, February 08, 2016 9:29 AM To: [email protected] Subject: Re: Newbie Question: Adding Fields/Properties to Messages Start at http://qpid.apache.org/documentation.html Using the Qpid Messaging API you can get at the message properties in a variety of languages. ----- Original Message ----- > From: "Paul A. Flores" <[email protected]> > To: [email protected] > Sent: Monday, February 8, 2016 10:20:21 AM > Subject: Newbie Question: Adding Fields/Properties to Messages > > Hi, > > I' new to the QPID and just evaluating which aspect to utilize in a project. > One project requirement is to use a preset list of message > fields/properties. > > > > My question is really quite straightforward, what exists that would > allow me to customize message fields/properties? > > > > Thanks for your time and guidance. > > > > Paul > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
