|
a/Allura/docs/tools.rst |
|
b/Allura/docs/tools.rst |
|
... |
|
... |
6 |
|
6 |
|
7 |
.. image:: _static/images/amqp.png
|
7 |
.. image:: _static/images/amqp.png
|
8 |
:alt: App Tools
|
8 |
:alt: App Tools
|
9 |
|
9 |
|
10 |
Basically you either get:
|
10 |
Basically you either get:
|
|
|
11 |
|
11 |
* Immediate, best effort messages
|
12 |
* Immediate, best effort messages
|
12 |
* Queue based messages will be processed (eventually)
|
13 |
* Queue based messages will be processed (eventually)
|
13 |
|
14 |
|
14 |
The allura platform creates a pool of queue consumers that handle messages,
|
15 |
The allura platform creates a pool of queue consumers that handle messages,
|
15 |
and it calls all the Reactors that are registered for that event.
|
16 |
and it calls all the Reactors that are registered for that event.
|