Skip to content

Worker to republish messages that caused an error being processed by a consumer

Notifications You must be signed in to change notification settings

FromDoppler/doppler-easynetq-hosepipe-worker

Repository files navigation

doppler-easynetq-hosepipe-worker

Worker to republish messages that caused an error being processed by a consumer

Settings

RabbitMQ Connections

By appsettings.json

  "HosepipeSettings": {
    "Connections": {
      "localhost": {
        "ConnectionString": "host=localhost"
      },
      "example-1": {
        "ConnectionString": "host=example-server;virtualHost=example-virtual;username=guest;password=guest"
      },
      "example-2": {
        "ConnectionString": "host=example-server;virtualHost=example-virtual;username=guest"
        "SecretPassword": "someSecretPassword",
      },
    }
  }

By environment variable

"HosepipeSettings__Connections__localhost__ConnectionString": "host=localhost"
"HosepipeSettings__Connections__example-1__ConnectionString": "host=example-server;virtualHost=example-virtual;username=guest;password=guest"
"HosepipeSettings__Connections__example-2__ConnectionString": "host=example-server;virtualHost=example-virtual;username=guest"
"HosepipeSettings__Connections__example-2__SecretPassword": "someSecretPassword"

About

Worker to republish messages that caused an error being processed by a consumer

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •