Re: [O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
I got a reasonable result by putting the four producers/queues/consumers into one component. But if anybody knows a better solution … @startuml component [Producer 1\nProducer 2\nProducer ...\nProducer n] as Producers cloud { [Internet] as Internet1 } node RabbitMQ #LightSteelBlue { [Exchan

Re: [O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
Op do 17 okt. 2019 om 17:33 schreef Cecil Westerhof : > I just started working with plantuml, but I do not know how to get what I > want. > I have something that comes close: #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :noexport @startuml [Producer 1] [Producer 2] [Producer ...] [Producer n