Common Utilities.
| copyright: |
|
|---|---|
| license: | BSD, see LICENSE for more details. |
Convenience class used to define broadcast queues.
Every queue instance will have a unique name, and both the queue and exchange is configured with auto deletion.
| Parameters: |
|
|---|
Generate a unique id, having - hopefully - a very small chance of collision.
For now this is provided by uuid.uuid4().
Ensures function performing broker commands completes despite intermittent connection failures.