The source project of this merge request has been removed.
Add QueueGroup and change configuration structure
- add queueGroups for nats request/reply pattern
- change config structure
new config structure:
messaging:
protocol: nats
nats:
url: http://localhost:4222
queueGroup: logger #optional
timeoutInSec: 10 #optional
Edited by Manuel Heß