Skip to content

Commit cd2b500

Browse files
Fix: question143 (closes #10)
1 parent e5dd309 commit cd2b500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,9 +1688,9 @@ specified personnel if the temperature is outside of those thresholds.
16881688

16891689
### You are developing an e-commerce solution that uses a microservice architecture. You need to design a communication backplane for communicating transactional messages between various parts of the solution. Messages must be communicated in first-in-first-out (FIFO) order. What should you use?
16901690

1691-
- [x] Azure Storage Queue.
1691+
- [ ] Azure Storage Queue.
16921692
- [ ] Azure Event Hub.
1693-
- [ ] Azure Service Bus.
1693+
- [x] Azure Service Bus.
16941694
- [ ] Azure Event Grid.
16951695

16961696
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)