Does an Open Source implementation of "Message Bus" pattern exist for Delphi? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T10:47:06Zhttp://stackoverflow.com/feeds/question/1139027http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1139027/does-an-open-source-implementation-of-message-bus-pattern-exist-for-delphi1Does an Open Source implementation of "Message Bus" pattern exist for Delphi?Daniele Teti2009-07-16T17:20:41Z2009-07-20T05:12:05Z
<p>I'm looking for an implementation of this Enterprise Integration Pattern</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms978583.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms978583.aspx</a></strong></p>
<p>explained in a more general way on</p>
<p><strong><a href="http://www.eaipatterns.com/Messaging.html" rel="nofollow">http://www.eaipatterns.com/Messaging.html</a></strong></p>
<p>Does an Open Source implementation of "Message Bus" (or message queue) pattern exist for Delphi?</p>
http://stackoverflow.com/questions/1139027/does-an-open-source-implementation-of-message-bus-pattern-exist-for-delphi/1139305#11393051Answer by skamradt for Does an Open Source implementation of "Message Bus" pattern exist for Delphi?skamradt2009-07-16T18:09:28Z2009-07-16T18:09:28Z<p>This is more of a specific use of the publish/subscribe pattern. I believe an open sourced version is available <a href="http://www.mikejustin.com/habari.html" rel="nofollow">here</a> which implements a message queue. If you search for the publish subscribe pattern, you might get more hits that reach more of what your looking for.</p>
http://stackoverflow.com/questions/1139027/does-an-open-source-implementation-of-message-bus-pattern-exist-for-delphi/1151744#11517441Answer by mjustin for Does an Open Source implementation of "Message Bus" pattern exist for Delphi?mjustin2009-07-20T04:49:23Z2009-07-20T05:12:05Z<p>The <a href="http://www.components4programmers.com/products/kbmmw/featurematrix/messagingfeatures.htm" rel="nofollow">Enterprise Edition of Components4Developers kbmMW</a> includes messaging features (Wide Information Bus support, subject based publish/subscribe support, Synchrone and asynchrone Request/Response support, Support for selective relay and gatewaying messages, Transactional message queues ...). It is not open source however.</p>
<p>A video presentation is <a href="http://edn.embarcadero.com/article/39181" rel="nofollow">here</a>.</p>