What is the point of converting the DB to a String? Why not transfer the DB file itself to the other side? ActiveMQ can handle binary messages to as well as webservices so this seems overcomplicated.

Am 01.01.2014 02:24, schrieb Rob Oaks:

I am not yet an H2 user, but I’m thinking H2 IMDB may be an excellent solution in the following context:

   *

      Populate an H2 IMDB from the results of a set of queries against
      a conventional database (typically SQL Server) on the
      */on-premise server/*. Note that the amount of data generated
      will never be more than about a 100 Kb.

   *

      Programmatically use H2’s SCRIPT command to create a string
      representation of the entire database.

   *

      Send that string via Web Service to our cloud server , which
      sends that string to a message queue (ActiveMQ).

   *

      Our platform retrieves the string and uses H2’S RUNSCRIPT
      command to recreate the H2 IMDB on our cloud server.

   *

      Execute queries against the H2 IMDB.


--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to