Data Distribution Service (DDS) is an alternative to JMS. This spec was designed and is supported by OMG (Object Management Group). The concepts are fairly familiar to anyone who has done JMS.
RTI implements DDS in their message bus.
My feeling is that getting a large enterprise to use DDS is akin to rewiring a battleship. However, it seems like DDS has some possible performance improvements over JMS.
Anybody out there using DDS?
©2007 Marc Adler - All Rights Reserved
Subscribe to:
Post Comments (Atom)
1 comment:
Yes, DDS is common in defense and financial trading systems. You can't beat the performance. Before I used DDS, I had no idea that an IP network could move data that fast. Also brings different platforms together and simplifies development a lot.
Post a Comment