Paul Sachs
Paul Sachs

Reputation: 1025

How does transactionScope effect Azure Queue?

If an Azure Queue transaction (push/pop) is made inside of a transactionScope, do they need to be committed or are they done regardless of transaction completeness?

Upvotes: 1

Views: 516

Answers (1)

knightpfhor
knightpfhor

Reputation: 9399

Azure Storage Queues do not support transactions, so the change is immediate.

Upvotes: 1

Related Questions