You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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
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
The text was updated successfully, but these errors were encountered: