Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Issue displaying multiple routing keys #8

@jakauppila

Description

@jakauppila

When visualizing a topic exchange and showing the routing keys, the resulting display is not great.

image

Example definition:

{
  "vhosts": [{
    "name": "contoso"
  }],
  "queues": [{
    "name": "Contoso.SystemA",
    "vhost": "contoso",
    "durable": true,
    "auto_delete": false,
    "arguments": {}
  }, {
    "name": "Contoso.SystemB",
    "vhost": "contoso",
    "durable": true,
    "auto_delete": false,
    "arguments": {}
  }],
  "exchanges": [{
    "name": "MyExchange",
    "vhost": "contoso",
    "type": "topic",
    "durable": true,
    "auto_delete": false,
    "internal": false,
    "arguments": {}
  }],
  "bindings": [{
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemA",
    "destination_type": "queue",
    "routing_key": "Contoso.EventA",
    "arguments": {}
  }, {
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemA",
    "destination_type": "queue",
    "routing_key": "Contoso.EventB",
    "arguments": {}
  }, {
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemA",
    "destination_type": "queue",
    "routing_key": "Contoso.EventC",
    "arguments": {}
  }, {
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemA",
    "destination_type": "queue",
    "routing_key": "Contoso.EventD",
    "arguments": {}
  }, {
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemA",
    "destination_type": "queue",
    "routing_key": "Contoso.EventE",
    "arguments": {}
  }, {
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemB",
    "destination_type": "queue",
    "routing_key": "Contoso.EventA",
    "arguments": {}
  }, {
    "source": "MyExchange",
    "vhost": "contoso",
    "destination": "Contoso.SystemB",
    "destination_type": "queue",
    "routing_key": "Contoso.EventB",
    "arguments": {}
  }]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions