You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hi!
I am preparing a comparison chart between MQTT and AMQP. Can anybody tell me who between MQTT client and AMQP client consumes less battery and by what percentage.
Regards,
Vivek
Johan Rhodin
unread,
Dec 1, 2016, 12:35:24 AM12/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hard to say without more specifics: Which MQTT and AMQP clients are you comparing? On which platforms/OS? What is the load scenario?
Vivek Rangi
unread,
Dec 1, 2016, 12:52:21 AM12/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Platform/OS, clients can be anything. Only constraint is that MQTT and AMQP should be on same platform/OS. And clients also can be anything. I am just interested in finding which consumes less battery in the same scenario.
Vivek Rangi
unread,
Dec 1, 2016, 1:02:58 AM12/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
MQTT - mosquito client, AMQP - rabbitmq-c, x86 systems , Linux, load scenario like 1 byte payload, connection type can be 3G/ethernet
On Thursday, December 1, 2016 at 11:05:24 AM UTC+5:30, Johan Rhodin wrote:
Carl Hörberg
unread,
Dec 6, 2016, 11:32:55 AM12/6/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
The protocol overhead is pretty much the same, a few bytes (unlike STOMP or HTTP or other text-based ones). With high heartbeat or only TCP keepalives the battery usage is very low too for both of them.