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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -