Async consuming registers interest with UM server to receive events, this interest is maintained until removed by the consumer or the Connection is severed.
UM server will upon receiving a message forward it to that consumer when it arrives if all conditions like filtering and outstanding event limits are met.
It is a very efficient mechanism for consuming as it is server driven rather than polling so ends up as a more event driven process in comparison to sync consuming where a request polls using timeouts.
#Universal-Messaging-Broker#webMethods