Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermediate v10 enhancement release of asq #5253

Merged
merged 25 commits into from
Mar 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c463028
intermediate v10 release of asq
yvesgoeleven Mar 12, 2021
74f5903
fix supported version script
yvesgoeleven Mar 15, 2021
ccc18df
upgrade snippets v10-V11
yvesgoeleven Mar 15, 2021
0732383
prerelease.txt
yvesgoeleven Mar 15, 2021
65c51b8
document changes to cross account routing
yvesgoeleven Mar 15, 2021
a6d31e4
fix page reference
yvesgoeleven Mar 15, 2021
90f2280
update 10 to 11
yvesgoeleven Mar 15, 2021
178e624
that reference is core, not asq
yvesgoeleven Mar 15, 2021
91e983f
Fix delayedDelivery table name v9 API and re-arrange entries to group…
SeanFeldman Mar 16, 2021
d9811a0
Fix snippet file versions range
SeanFeldman Mar 16, 2021
c749a14
Use correct partial name
SeanFeldman Mar 16, 2021
4cde183
Fix component ID/version ranges
SeanFeldman Mar 16, 2021
5e27bd3
upgrade native-integration-asq
yvesgoeleven Mar 16, 2021
1eae35a
upgrade storage-queues
yvesgoeleven Mar 16, 2021
0a53117
native pubsub article
yvesgoeleven Mar 16, 2021
96ca219
remove we
yvesgoeleven Mar 16, 2021
a048b62
Switch samples to RTM
SeanFeldman Mar 16, 2021
f4ac06b
Remove prerelease marker
SeanFeldman Mar 16, 2021
cf600ed
added subscription table name
yvesgoeleven Mar 17, 2021
c0a5706
cache settings
yvesgoeleven Mar 17, 2021
ab7c785
mention default
yvesgoeleven Mar 17, 2021
4b9116b
snippetize the native pub sub article
yvesgoeleven Mar 17, 2021
3c08be2
use snippets in upgrade guide
yvesgoeleven Mar 17, 2021
9665bc2
add native pub sub to menu
yvesgoeleven Mar 17, 2021
627d95f
fix snippet versions in upgrade guide
yvesgoeleven Mar 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove we
  • Loading branch information
yvesgoeleven authored and SeanFeldman committed Mar 16, 2021
commit 96ca2199ac6ce043ea6e3e691af5290b616726f4
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All multi-cast operations are transformed into unicast operations to make sure m

When the transport supported message-driven pub-sub, the multi-storage account support relied on the publisher information and the fact that the subscription messages were sent to the publisher queue. With the native pub-sub implementation, this approach no longer works.

Multi-storage account support relies on an agreement of connectionstring information between publisher and subscriber. To keep this connection information secure we have chosen for a design that leverages the account alias metadata.
Multi-storage account support relies on an agreement of connectionstring information between publisher and subscriber. To keep this connection information secure the transport leverages the account alias metadata.

Using this alias metadata both subscriber and publisher can derive the connectionstring instead of storing it. This allows the subscriber to insert a subscription record into the subscription table on the publishers storage account with a queue address using only the subscriber alias.

Expand Down