Hi Amal, AMQP is a wire level protocol. Normally a JMS broker maps JMS API functions to AMQP way. If the current implementation uses JMS, it must use some protocol like AMQP in wire level.
If you use java standard way of dealing with AMQP is JMS. If you use C, C++ you might consider writing pure AMQP. Thanks. On Wed, Apr 16, 2014 at 6:34 PM, Amal Gunatilake <[email protected]> wrote: > Hi All, > > Is it a good idea to move the implementation from JMS to AMPQ since AMPQ > is cross-platform? What would be the advantages and disadvantages? > > Please give your feedback based on experience to finalize the decision > before proceeding. > > Thank you & Best regards, > > *Amal Gunatilake* > Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Hasitha Abeykoon* Software Engineer; WSO2, Inc.; http://wso2.com *cell:* *+94 719363063* *blog: **abeykoon.blogspot.com* <http://abeykoon.blogspot.com>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
