Sha256: f067a9c003b40cd19ff5af337d8c6da2a02a0b8d4faa8f4443ad9e14a65d34ba

Contents?: true

Size: 579 Bytes

Versions: 8

Compression:

Stored size: 579 Bytes

Contents

digraph G {
        rankdir=LR
        p1 [label="publisher", shape=rect]
        p2 [label="publisher", shape=rect]
        p3 [label="publisher", shape=rect]
        s [label="source", shape=circle]
        wq [label="{|||||}", shape=record, fixedsize=true, height=0.3, width=1.5]
        w1 [label="worker A", shape=rect]
        w2 [label="worker A", shape=rect]
        w3 [label="worker A", shape=rect]

        p1 -> s [tailport=e]
        p2 -> s [tailport=e]
        p3 -> s [tailport=e]
        s -> wq [headport=w]
        wq -> {w1, w2, w3} [tailport=e, headport=w]
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mercury_amqp-0.10.0 typical.dot
mercury_amqp-0.9.0 typical.dot
mercury_amqp-0.8.0 typical.dot
mercury_amqp-0.7.0 typical.dot
mercury_amqp-0.6.1 typical.dot
mercury_amqp-0.6.0 typical.dot
mercury_amqp-0.5.0 typical.dot
mercury_amqp-0.4.0 typical.dot