Is UML a good notation for messaging systems? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T03:33:32Zhttp://stackoverflow.com/feeds/question/324180http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/324180/is-uml-a-good-notation-for-messaging-systems2Is UML a good notation for messaging systems?lindelof2008-11-27T16:31:18Z2009-02-04T20:15:06Z
<p>Ever since the publication of <a href="http://rads.stackoverflow.com/amzn/click/0321200683" rel="nofollow">Enterprise Integration Patterns</a> people have been using the notation introduced in that book for documenting asynchronous heterogenous messaging systems.</p>
<p>But our shop is more or less standardized around a proprietary documentation tool that does exclusively UML. Is one of the standard UML diagrams appropriate for documenting asynchronous messaging systems, including transformers, routers et al.? If yes, which one? If not, what would be a killer argument against the tweaking of UML for this purpose?</p>
http://stackoverflow.com/questions/324180/is-uml-a-good-notation-for-messaging-systems/324250#3242502Answer by toolkit for Is UML a good notation for messaging systems?toolkit2008-11-27T17:09:15Z2009-02-04T20:15:06Z<p>UML provides a mechanism for extension through <a href="http://en.wikipedia.org/wiki/Profile_%28UML%29" rel="nofollow">profiles</a></p>
<p>A profile allows you to specify stereotypes, tagged values, and constraints.</p>
<p>Every stereotype can have an optional stereotype icon.</p>
<p>Perhaps there is an EIP profile for UML you could download?</p>
<p>If not, you can build your own profile if your UML tool supports this, and use the icons available as Visio shapes from <a href="http://www.eaipatterns.com/downloads.html" rel="nofollow">Gregor Hohpe's website</a></p>
<p>Hope this helps.</p>
http://stackoverflow.com/questions/324180/is-uml-a-good-notation-for-messaging-systems/325310#3253100Answer by lindelof for Is UML a good notation for messaging systems?lindelof2008-11-28T08:51:02Z2008-11-28T08:51:02Z<p>I think toolkit hit the nail on the head. The authors of EIP themselves refer to a UML profile in the <a href="http://www.eaipatterns.com/Introduction.html" rel="nofollow">introduction to their book</a>. The link they give is broken though, follow instead this link to the OMG's <a href="http://www.omg.org/technology/documents/formal/eai.htm" rel="nofollow">UML Enterprise Application Integration</a> profile.</p>