Hi guys, I need to develop an apllication based on the JBI compliant components that implements the following scenario:
1. Client app creates an News object and publishes it into JMS 2. JBI compliant JMS binding component handles that object and passes a message exchange on to MyNewsComponent JBI component via NMR 3. MyNewsComponent JBI component processes the message. My question is how that News object is passed via exchange? According to the specification the JMS message needs to be normalized by JMS MC. How my news object is transfered? Via message payload? Via attachments? How to extract data in MyNewsComponent? Thanks, Viktar. -- View this message in context: http://www.nabble.com/Normalizing-JMS-ObjectMessage-tf2520300.html#a7029434 Sent from the ServiceMix - User mailing list archive at Nabble.com.
