Skip to content

Commit 938bd5d

Browse files
authored
Editorial
1 parent 3c8b041 commit 938bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

architecture/azure/messaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SQL transport is an NServiceBus feature that can use existing SQL Server databas
8181

8282
### When to use SQL transport
8383

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.
8585

8686
## Other services
8787

0 commit comments

Comments
 (0)