azureservicebus - NServiceBus with Azure Service Bus (Basic mode) -


sorry if can't provide details, i'm trying use nservicebus on azure service bus using basic configuration. nservicebus fails on start because tries create topic , queue, , basic mode of azure service bus doesn't suport topics. or workaround? thanks!

i think you're talking basic tier (pay).

not current version of asb transport. current version of transport has 1 topology queueandtopicbyendpointtopology creating topics default. have 2 options: switch paid tier or implement alternative topology , use (not trivial task). next version of transport support more topologies , allow better mechanism plug custom implementations.

but have considered following: without topics cannot have pub/sub. severe limitation when using bus architecture.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -