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
Post a Comment