agent: attempt at faster queue rotation (does not work)

This commit is contained in:
Evgeny Poberezkin
2024-06-30 20:39:09 +01:00
parent ae4325d0e7
commit e71cb4c18c
5 changed files with 98 additions and 18 deletions
@@ -9,8 +9,8 @@ sequenceDiagram
A ->> S: SEND: QADD (R'): send address<br>of the new queue(s)
S ->> B: MSG: QADD (R')
B ->> R': SKEY: secure new queue
B ->> R': SEND: QTEST
R' ->> A: MSG: QTEST
B ->> R': SEND: QSEC: to agree shared secret
R' ->> A: MSG: QSEC
A ->> R: DEL: delete the old queue
B ->> R': SEND: send messages to the new queue
R' ->> A: MSG: receive messages from the new queue