Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw JMS queue?

Tags:

java

jms

diagram

Is there any symbol for JMS queue? I know e.g. databases, files, classes should be drawn in the same way, but what about JMS elements?

like image 705
alicjasalamon Avatar asked Aug 01 '12 08:08

alicjasalamon


1 Answers

There is a great book called "Enterprise Integration Patterns" which has a nice visual language and symbol for messaging systems, here is a link to the diagram they use for a queue http://www.eaipatterns.com/MessageChannel.html

http://www.eaipatterns.com/downloads.html has a stencils for Visio with all the shapes from the book.

like image 140
ams Avatar answered Oct 02 '22 10:10

ams