AzureNetQ
AzureNetQ copied to clipboard
Publish/Subscribe accepting delayed messages
Added funcationality to accept delayed messages when using publish/subscribe pattern.
Seems like I'm getting the same problem as you earlier. If the "pub bus" and "sub bus" is running in different applications the delayed message part doesn't work. Works great when in same application. Any idea?
Started to investigate the issue. Can see that the delayed message is in the queue but no subscription matches, feels odd.
@Roysvork It's working after updating to latest ServiceBus version.
+1