Hi devs,

In the Synapse JMS Transport, we don't support MapMessage as yet, even
though it was discussed some two years back. Mainly this is due to it
being much un-popular I believe.

We are working on the Synapse-Esper Mediation these days, and it is
crucial to have JMS Map Message support in order to improve the efficiency
of the Synapse JMS Transport, so that a user utilizing EsperIO and Esper
should get the same experience (or better) with Synapse and Esper.

After discussing with Paul, it also seems better to have an implementation
of org.apache.axiom.om.OMDataSourceExt so that we'll be capable of having
a Map-Backed-OMElement. Thus, through a wrapper we'll be capable of
mapping the MapMessage to a java.util.Map object that will be stored
within the OMElement.

Therefore, having both of these in mind, we would like to know your
thoughts on the best approach that we could take.

The current major concerns are,

1. How to convert the MapMessage into an XML Representation?

2. How should the get/set Property methods in OMDataSourceExt be
implemented? are we going to use the same Map, or have another HashMap?

Regards,
Senaka


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to