Does an Open Source implementation of "Message Bus" pattern exist for Delphi? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T10:47:06Z http://stackoverflow.com/feeds/question/1139027 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1139027/does-an-open-source-implementation-of-message-bus-pattern-exist-for-delphi 1 Does an Open Source implementation of "Message Bus" pattern exist for Delphi? Daniele Teti 2009-07-16T17:20:41Z 2009-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#1139305 1 Answer by skamradt for Does an Open Source implementation of "Message Bus" pattern exist for Delphi? skamradt 2009-07-16T18:09:28Z 2009-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#1151744 1 Answer by mjustin for Does an Open Source implementation of "Message Bus" pattern exist for Delphi? mjustin 2009-07-20T04:49:23Z 2009-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>