Skip to content

Commit

Permalink
docs: use w3c correlation diagram for servicebus (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Jan 11, 2023
1 parent 5a1062b commit d2da88e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The concept of service-to-service correlation is big and complex and spans multi
To use service-to-service correlation in Azure Service Bus solutions, both the sending and receiving side of the separate components have to be adapted. The correlation will be passed through from one service to another via the Azure Service Bus message application properties which Arcus will use to link your services together.

The following diagram shows how a Web API calls a Service Bus with correlation tracking:
![Messaging correlation diagram](/media/service-to-service-api-worker-diagram-example.png)
![Messaging correlation diagram](/media/service-to-service-api-worker-w3c-diagram-example.png)

## How does this work?
Three kind of correlation ID's are used to create the relationship:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The concept of service-to-service correlation is big and complex and spans multi
To use service-to-service correlation in Azure Service Bus solutions, both the sending and receiving side of the separate components have to be adapted. The correlation will be passed through from one service to another via the Azure Service Bus message application properties which Arcus will use to link your services together.

The following diagram shows how a Web API calls a Service Bus with correlation tracking:
![Messaging correlation diagram](/media/service-to-service-api-worker-diagram-example.png)
![Messaging correlation diagram](/media/service-to-service-api-worker-w3c-diagram-example.png)

## How does this work?
Three kind of correlation ID's are used to create the relationship:
Expand Down

0 comments on commit d2da88e

Please sign in to comment.