ibm bluemix - Is MQ Light truely a message queue? -


we running node.js app on bluemix uses mqlight service.

are messages being queued in case there no receivers? possible receiver fetch messages sent before connected?

are messages being queued in case messages being sent faster handled?

using time-to-live property of messages, messages can persisted on destination topic until subscriber connects. allow buffer messages whilst no subscribers.

full details property available here.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -