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
Copy file name to clipboardExpand all lines: architecture/azure/messaging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ SQL transport is an NServiceBus feature that can use existing SQL Server databas
81
81
82
82
### When to use SQL transport
83
83
84
-
Consider using SQL transport if an existing application already uses a SQL Server-compatible data store and the system requires high transactional consistency between message and business data operations and very high message throughput or performance is less important. SQL transport can be a good stepping-stone when introducing messaging into an existing system without the introduction of new infrastructure.
84
+
Consider using SQL transport if an existing application already uses a SQL Server-compatible data store and requires high transactional consistency between message and business data operations, but very high message throughput or performance is not a priority. SQL transport can be a good stepping-stone when introducing messaging into an existing system without the introduction of new infrastructure.
0 commit comments