Documentation/Messaging: Difference between revisions

From Commontk
Jump to navigationJump to search
(Created page with 'Using [http://msdn.microsoft.com/en-us/library/ff647328.aspx Message Bus] and [http://msdn.microsoft.com/en-us/library/ff649664(v=pandp.10).aspx Publisher/Subscriber] design patt…')
 
No edit summary
Line 4: Line 4:
** It supports both synchronous and asynchronous messaging mode
** It supports both synchronous and asynchronous messaging mode
** It supportsTCP, Multicast/PGM, Inter-process, and inter-thread transportation
** It supportsTCP, Multicast/PGM, Inter-process, and inter-thread transportation
**  CMake version of library can be found here [http://github.com/PatrickCheng/zeromq2 ZeroMQ]
**  CMake version of library can be found here http://github.com/PatrickCheng/zeromq2
** API can be found here http://api.zeromq.org/zmq.html
** API can be found here http://api.zeromq.org/zmq.html

Revision as of 18:24, 27 May 2010

Home < Documentation < Messaging

Using Message Bus and Publisher/Subscriber design pattern for system integration