Hello,
I have question regarding endpoint polling/scheduling. In a current scenario, sender puts message on the channel (queue) and endpoints are periodically pulling messages from the channel.
Is it possible that if there is message on the channel, endpoints subscribed to that channel will not wait until endpoint schedule period expires, but will be called immediately (by channel?, by bus?) ?


Reply With Quote