All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cukes-rabbitmq-sample.0.0.28.source-code.initial-config.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "name": "mock broker",
  "modelVersion": "2.0",
  "defaultVirtualHost": "default",
  "authenticationproviders": [
    {
      "name": "password",
      "type": "Plain",
      "secureOnlyMechanisms": [],
      "users": [
        {
          "name": "guest",
          "password": "guest",
          "type": "managed"
        }
      ]
    }
  ],
  "ports": [
    {
      "name": "AMQP",
      "port": "${qpid.amqp_port}",
      "authenticationProvider": "password",
      "protocols": [
        "AMQP_0_9_1"
      ]
    }
  ],
  "virtualhostnodes": [
    {
      "name": "default",
      "type": "JSON",
      "virtualHostInitialConfiguration": "{ \"type\" : \"Memory\" }"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy