0

I want to use OpenSplice DDS for "Messaging" and "Database Transaction Processing" functionalities.

Can you please help to know if OpenSplice DDS open source implementation supports - "Database Transaction Processing" or not?

Can anyone share the experience with OpenSplice DDS?

Erwin
  • 4,757
  • 3
  • 31
  • 41
  • What do you mean by "Database Transaction Processing" in the context of DDS? OpenSplice is not a database technology, are you maybe looking to integrate it with an RDBMS? Also, to "share the experience with OpenSplice DDS" is a pretty open-ended task. Could you be more specific in your question please? Maybe add some information about your use case and how you are thinking of using DDS. – Reinier Torenbeek Oct 09 '12 at 19:28
  • I need to integrate OpenSplice with RDBMS. Does OpenSlice provide Interfaces /APIs to work with RDBMS. – user1724862 Oct 10 '12 at 05:41
  • I need to integrate OpenSplice with RDBMS. Does OpenSlice provide Interfaces /APIs to work with RDBMS. – user1724862 Oct 10 '12 at 05:47

1 Answers1

0

OpenSplice DDS Community Edition (the "open source" version) does not feature any out-of-the-box integration with a DBMS. Its commercial version does provide an optional service called DBMSConnect that might do what you are looking for. You did not describe in detail what you are trying to achieve, so it is hard to assess.

As far as I know, there is no on-line documentation available on DBMSConnect for you to check out whether it would do what you are looking for. However, the DDS implementation from RTI has a similar feature, also commercially available only, called Real-Time Connect. Full documentation for that is available on-line via the Real-Time Connect User's Manual. There are more links on Real-Time Connect on their Community Portal Documentation page. That might help you in assessing whether it meets your needs.

Reinier Torenbeek
  • 16,669
  • 7
  • 46
  • 69