Skip to content

Add QueueGroup and change configuration structure

Manuel Heß requested to merge (removed):main into main
  • 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ß

Merge request reports

Loading