...
Message Broker
Communication
Asynchronous communication
All communication is asynchronous. This enables return of answers of transactions to be in arbitrary order.
Start communication via Topic
...
Issuing of token are alsways done by client in client/pillar communications. Creation of the actual connection is done by the pillar.
Paging
Paging is in the first versions manage by a simple mecanism where a segment of a file is identified by parameters. Any Get command can contain an offset along with a length parameter, which defines the segment of the file. this is also sufficient to handle receival of divided files, and thus enabling rudimentary support of restart of an interrupted transmission.
...