Skip to content

Commit 5f40358

Browse files
Review architecture azure messaging (#7525)
* Review architecture azure messaging * Update architecture/azure/messaging.md Co-authored-by: Szymon Pobiega <[email protected]> --------- Co-authored-by: Szymon Pobiega <[email protected]>
1 parent ad1fe63 commit 5f40358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

architecture/azure/messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewed: 2025-07-18
55
callsToAction: ['solution-architect', 'poc-help']
66
---
77

8-
Azure offers [several messaging services](https://learn.microsoft.com/en-us/azure/service-bus-messaging/compare-messaging-services), each built for specific purposes. The Particular Service Platform supports [Azure Service Bus and Azure Storage Queues](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted).
8+
Azure offers [several messaging services](https://learn.microsoft.com/en-us/azure/service-bus-messaging/compare-messaging-services), each built for specific purposes. The Particular Service Platform supports [Azure Service Bus and Azure Storage Queues](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted). Additionally the Particular Platform supports using [Azure SQL Database](https://azure.microsoft.com/en-us/products/azure-sql/database) tables as message queues.
99

1010
## Azure Service Bus
1111

@@ -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 only a limited amount of messaging is being introduced. 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 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.
8585

8686
## Other services
8787

0 commit comments

Comments
 (0)