Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Opt-out of queues in connected transport? #2

Open
KatoStoelen opened this issue Feb 26, 2020 · 1 comment
Open

Opt-out of queues in connected transport? #2

KatoStoelen opened this issue Feb 26, 2020 · 1 comment

Comments

@KatoStoelen
Copy link

My scenario is similar to what is discussed here.

In our ASP.NET Core hosts we have send-only endpoints, and in cases where we need to perform database write operations in combination with message sending (via Azure Service Bus) I was planning to use this package to provide an Outbox-like feature.

When I start the connector (without any fancy configuration, atleast) it requires queues to be created in the connected transport (Azure Service Bus). Seeing as these endpoints are send-only, is there a way to configure the connector to not require queues to exist in the connected transport?

@KatoStoelen
Copy link
Author

Seems like interfaces in NServiceBus.Router are always using send & receive raw endpoints (onMessage is always set):

https://github.com/SzymonPobiega/NServiceBus.Router/blob/49152c629715deb90f47bb07a94f38ed937c520f/src/NServiceBus.Router/Interface.cs#L32

so, this is probably not possible at the moment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant