gauravkm / MQ

Android app to test out various MQ's
0 stars 0 forks source link

Latency for Rabbitmq on cloudamqp #2

Open gauravkm opened 9 years ago

gauravkm commented 9 years ago

Setup: Direct queue. Message type - PERSISTENT_TEXT_PLAIN Queue was marked durable as well.

[x] Received '0:1434698721946' delay: 664 [x] Received '1:1434698726947' delay: 670 [x] Received '2:1434698731962' delay: 669 [x] Received '3:1434698736946' delay: 684 [x] Received '4:1434698741946' delay: 836 [x] Received '5:1434698746946' delay: 683 [x] Received '6:1434698751946' delay: 684 [x] Received '7:1434698756946' delay: 684 [x] Received '8:1434698761946' delay: 682 [x] Received '9:1434698766946' delay: 669 [x] Received '10:1434698771946' delay: 672

vinayakbhavnani commented 9 years ago

What's the polling frequency here on the worker?

gauravkm commented 9 years ago

It seems to be a busy wait.