Sha256: c69109f2effe6e0134fe426c351c8d22c9c3c32956faa4e47e2f14ae5dee9c0f

Contents?: true

Size: 750 Bytes

Versions: 4

Compression:

Stored size: 750 Bytes

Contents

{
  "rabbit_version": "3.5.0",
  "version": "20091026044709",
  "vhosts": [
    { "name": "/test" }
  ],
  "queues": [
    {
      "name": "my-queue",
      "vhost": "/test",
      "durable": true,
      "auto_delete": false,
      "arguments": {
        "x-dead-letter-exchange": "dead"
      }
    }
  ],
  "exchanges": [
    {
      "name": "my-exchange",
      "vhost": "/test",
      "type": "topic",
      "durable": true,
      "auto_delete": false,
      "internal": false,
      "arguments": {
      }
    }
   ],
  "bindings": [
    {
      "source": "my-exchange",
      "vhost": "/test",
      "destination": "my-queue",
      "destination_type": "queue",
      "routing_key": "my-routing-key.#",
      "arguments": {
      }
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rabbitmq-definition-0.1.3 spec/fixtures/example1.json
rabbitmq-definition-0.1.2 spec/fixtures/example1.json
rabbitmq-definition-0.1.1 spec/fixtures/example1.json
rabbitmq-definition-0.1.0 spec/fixtures/example1.json