openwire vs amqp, Which would perform better

烈酒焚心 提交于 2019-12-08 08:38:47

ActiveMQ also supports AMQP: http://activemq.apache.org/amqp.html

Both are binary protocols. Openwire is going to be more full-featured when using ActiveMQ.

For "raw performance" you'll have to nail down your use cases first. Chances are the protocol you choose (ampq vs openwire) is not going to make any difference from a "perfomance" standpoint.

ActiveMQ now implements AMQP.

You can specify multiple communication protocols and let ActiveMQ auto detect determine which to implement: http://activemq.apache.org/auto.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!