Hi all, I'm working on the implementation of the MapMessage support in the JMS Transport. I would like to know a few things regarding the existing JMS Transport implementation.
1. What's the purpose of org.apache.axis2.transport.base.MetricsCollector's metrics.incrementBytesSent() in the JMS Transport? Is this an essential thing? 2. As far as I understand, when a JMS BytesMessage or a JMS TextMessage arrives, the incoming payload's binary representation is extracted and then converted into an Axiom representation within the JMS layer. Did I get this right? 3. What does jmsPayloadType == null in JMSSender.java:395 mean? Many Thanks, Senaka
