Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlTransport - When using custom host, the queues created have a machine name tagged to the queue #2

Closed
SimonCropp opened this issue Sep 16, 2013 · 7 comments

Comments

@SimonCropp
Copy link
Contributor

Raised by @indualagarsamy
Migrated from by Particular/NServiceBus#1303

Currently the behavior is inconsistent when using NServiceBus.Host and a generic host.
The tables (queues) created for NServiceBus.host endpoints do not have the machine as a suffix in its queue name.

@SimonCropp
Copy link
Contributor Author

Raised by @johnsimons

@andreasohlund What should the default behavior be?

@SimonCropp
Copy link
Contributor Author

Raised by @indualagarsamy

image

@SimonCropp
Copy link
Contributor Author

Raised by @andreasohlund

This is by design. By default sql/rabbit/active will include machine names. Our asaserver overrides this:

Configure.ScaleOut(s=>s.SingleBrokerQueue());

The reasonis to support callbacks by default

Sent from my iPhone

On 12 jul 2013, at 01:09, Indu Alagarsamy notifications@github.com wrote:

Currently the behavior is inconsistent when using NServiceBus.Host and a generic host.
The tables (queues) created for NServiceBus.host endpoints do not have the machine as a suffix in its queue name.


Reply to this email directly or view it on GitHub.

@SimonCropp
Copy link
Contributor Author

Raised by @johnsimons

How about the other queues like timeouts, retries, ...?

@SimonCropp
Copy link
Contributor Author

Raised by @andreasohlund

can't remember but I think we leave them as is. can you check?

@SimonCropp
Copy link
Contributor Author

Raised by @johnsimons

Yes they have no machine name. Is that right or should they also have the
machine name?

@SimonCropp
Copy link
Contributor Author

Raised by @andreasohlund

That is correct, only machine name on the main q

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

No branches or pull requests

1 participant