[rabbitmq-discuss] Visio Stencils (or whatever else)?

Marek Majkowski majek04 at gmail.com
Mon Oct 31 16:23:31 GMT 2011


Diagrams for rabbitmq tutorials, often referenced as ugly, are
in fact generated by dot/graphviz.

Peek at the html source to see relevant code, for example:
     <div class="diagram_source">
     digraph {
       bgcolor=transparent;
       truecolor=true;
       rankdir=LR;
       node [style="filled"];
       //
       P1 [label="P", fillcolor="#00ffff"];
     }
     </div>



On Mon, Oct 31, 2011 at 14:32, James Carr <james.r.carr at gmail.com> wrote:
> nevermind. As soon as I asked, I found it.
> http://www.joshdevins.net/2010/04/20/amqp-graffle-stencil/
>
> On Mon, Oct 31, 2011 at 9:31 AM, James Carr <james.r.carr at gmail.com> wrote:
>> I really like the illustrations used for queues and exchanges on the
>> rabbitMQ site (http://www.rabbitmq.com/getstarted.html). Is there a
>> visio stencil (or something similar) I could use?
>>
>>
>>
>> Thanks,
>> James
>>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list