wcf - NetMessagingBinding polling interval and concurrecy -
i'm implementing service bus client receive queue messages , need estimate monthly charges usage.
based on read can control polling directly using queueclient
or can use wcf model via netmessagingbinding.
it understanding netmessagingbinding polling not find definitive answer how polls. also, how many concurrent connections keep?
can assist me answer or point me right article describes in detail?
thanks!
the netmessagingbinding follows same defaults have operation timeouts , hence similar experience calling receive() in loop. translates 60 seconds single call , if no message found entire month add 14cents of cost.
Comments
Post a Comment