emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Cecil Westerhof <cldwesterhof@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Creating a (RabbitMQ) diagram
Date: Thu, 17 Oct 2019 16:01:37 +0200	[thread overview]
Message-ID: <CAG-LmmAhYMxQ9dwgy2i2yTWFKkrx6wBZV_CgeNT53zvZP4JbHw@mail.gmail.com> (raw)
In-Reply-To: <87h847lhvj.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

Op do 17 okt. 2019 om 13:40 schreef Ken Mankoff <mankoff@gmail.com>:

>
> On 2019-10-17 at 13:12 +02, PICCA Frederic-Emmanuel <
> frederic-emmanuel.picca@synchrotron-soleil.fr> wrote...
> > https://en.wikipedia.org/wiki/PGF/TikZ
>
> Or you can do it with Ditaa, http://plantuml.com, others that may be
> easier to use than TikZ.
>

It is not perfect, but for the moment good enough:
#+BEGIN_SRC plantuml :file rabbitMQ.eps :noexport
@startuml

[Producer]

cloud {
  [Internet] as Internet1
}

node RabbitMQ {
  [Exchange]
  [Queue]
}

cloud {
  [Internet] as Internet2
}

[Consumer]


[Producer]  -> [Internet1] : Publish
[Internet1] -> [Exchange]  : Publish
[Exchange]  -> [Queue]     : Route
[Queue]     -> [Internet2] : Consume
[Internet2] -> [Consumer]  : Consume

@enduml
#+END_SRC

-- 
Cecil Westerhof

[-- Attachment #2: Type: text/html, Size: 1735 bytes --]

  parent reply	other threads:[~2019-10-17 14:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 11:01 Creating a (RabbitMQ) diagram Cecil Westerhof
2019-10-17 11:12 ` PICCA Frederic-Emmanuel
2019-10-17 11:40   ` Ken Mankoff
2019-10-17 13:21     ` Cecil Westerhof
2019-10-18  9:45       ` Fraga, Eric
2019-10-19  8:50         ` Michael Welle
2019-10-17 14:01     ` Cecil Westerhof [this message]
2019-10-17 20:03   ` Marcin Borkowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAG-LmmAhYMxQ9dwgy2i2yTWFKkrx6wBZV_CgeNT53zvZP4JbHw@mail.gmail.com \
    --to=cldwesterhof@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).