Skip to content

Commit

Permalink
PoC 2: Two links
Browse files Browse the repository at this point in the history
Proof of Concept 2:
Solve internal flow control:
```
AMQP writer proc <--- sesssion proc <--- queue proc
```
by adding a second link:
AMQP client <---link--> session proc <---link---> queue proc
```

The session proc limits how many credits it tops up
on the second link to the queue proc.
If the AMQP client chooses a huge value on the first link,
the session proc will top up credit in batches on the second link.
  • Loading branch information
ansd committed May 27, 2024
1 parent f3457b1 commit 2dd1eb9
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 87 deletions.
Loading

0 comments on commit 2dd1eb9

Please sign in to comment.