20 lines
774 B
Plaintext
20 lines
774 B
Plaintext
# ====================================================================
|
|
# CleverMicro AMQ Adapter settings
|
|
# ====================================================================
|
|
[CleverMicro-AMQ]
|
|
cm.amq-adapter.service-name=amq-adapter-python
|
|
cm.amq-adapter.generator-id=211
|
|
cm.amq-adapter.route-mapping=amq-cleverswarm::amq-cleverswarm:localhost.#:5:0
|
|
|
|
cm.dispatch.use-dlq=true
|
|
cm.dispatch.use-confirms=false
|
|
cm.dispatch.amq-host=localhost
|
|
cm.dispatch.amq-port=5672
|
|
cm.dispatch.amq-port-tls=5671
|
|
# Not used for CleverSwarm nor CleverBRAG or in tight coupling mode.
|
|
# applicable only in loose coupling mode, specify the destination where to forward the REST request
|
|
#cm.dispatch.service-host=cleverswarm.localhost
|
|
#cm.dispatch.service-port=8080
|
|
|
|
cm.backpressure.threshold=20
|