adab329bf5
Implements processing of messages received Adds queue lifecycle tests Fix some bugs in: - Representation for Requests and Responses - Processing of the request (json.dumps() is done in one place only - Bug in api/v1_1/request.py (queue_get/queue_delete) - Bug in endpoints.py (raising wrong Exception) DocImpact Partial-Implements: blueprint persistent-transport Change-Id: Iab5bfccdd8a5f8a3f6d3af0cefdf63d118d7b1aa
19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
[DEFAULT]
|
|
|
|
[drivers]
|
|
|
|
# Transport driver to use (string value)
|
|
transport = websocket
|
|
|
|
# Storage driver to use (string value)
|
|
storage = mongodb
|
|
|
|
[drivers:management_store:mongodb]
|
|
|
|
# Mongodb Connection URI
|
|
uri = mongodb://127.0.0.1:27017
|
|
|
|
[drivers:message_store:mongodb]
|
|
|
|
# Mongodb Connection URI
|
|
uri = mongodb://127.0.0.1:27017 |