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

Create a version of SQL Server transport + NHibernate persistence sample running on Azure SQL #214

Open
MarcinHoppe opened this issue Aug 25, 2016 · 2 comments

Comments

@MarcinHoppe
Copy link
Contributor

Currently we have this sample here:

http://docs.particular.net/samples/sqltransport-nhpersistence/

That leverages a single SQL Server instance for both the transport and persistence. We could create another version of this sample that runs on Azure SQL Database and includes recommendations from this page:

http://docs.particular.net/nservicebus/nhibernate/sql-azure

/cc @Particular/nhibernate-persistence-maintainers @Particular/sqlserver-transport-maintainers

@SzymonPobiega
Copy link
Member

This might be interesting. The transport-persistence combo works on premise because of TransactionScope's ability to merge multiple non-overlapping native transactions into one without the DTC escalation. I wonder if this is possible on SQL Azure or do we need to use the outbox.

@MarcinHoppe MarcinHoppe changed the title Create a version of SQL Server transport + NHibernate persistence running on Azure SQL Create a version of SQL Server transport + NHibernate persistence sample running on Azure SQL Sep 12, 2016
@brunobertechini
Copy link

+1

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

3 participants