You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/02/26 10:26:05 UTC

[5/5] activemq-6 git commit: merge #115 - doc changes on architecture including picture changes

merge #115 - doc changes on architecture including picture changes


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/41b22329
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/41b22329
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/41b22329

Branch: refs/heads/master
Commit: 41b22329072768e10a1dd28e45516784d4b78fbb
Parents: cec3ddf 060a4d1
Author: Andy Taylor <an...@gmail.com>
Authored: Thu Feb 26 09:25:00 2015 +0000
Committer: Andy Taylor <an...@gmail.com>
Committed: Thu Feb 26 09:25:00 2015 +0000

----------------------------------------------------------------------
 .../core/journal/impl/ExportJournal.java        | 210 ----------
 .../core/journal/impl/ImportJournal.java        | 392 ------------------
 .../apache/activemq/tools/ExportJournal.java    | 226 ++++++++++
 .../apache/activemq/tools/ImportJournal.java    | 413 +++++++++++++++++++
 .../java/org/apache/activemq/tools/Main.java    |  16 +-
 activemq_doap.rdf                               |  96 +++++
 docs/user-manual/en/architecture.md             |  15 +-
 .../en/diagrams/architecture-diagrams.odg       | Bin 10587 -> 12181 bytes
 docs/user-manual/en/images/architecture1.jpg    | Bin 19948 -> 38156 bytes
 docs/user-manual/en/images/architecture2.jpg    | Bin 18718 -> 15337 bytes
 docs/user-manual/en/images/architecture3.jpg    | Bin 12274 -> 9614 bytes
 docs/user-manual/en/messaging-concepts.md       |   2 +-
 docs/user-manual/en/persistence.md              |  23 +-
 hornetq_doap.rdf                                |  96 -----
 pom.xml                                         |   1 +
 .../journal/NIOJournalCompactTest.java          |   2 +-
 .../persistence/ExportFormatTest.java           |   6 +-
 tests/unit-tests/pom.xml                        |   5 +
 .../core/journal/impl/JournalImplTestBase.java  |   4 +-
 19 files changed, 782 insertions(+), 725 deletions(-)
----------------------------------------------------------------------