You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2016/06/07 11:03:20 UTC

[GitHub] activemq-artemis pull request #566: Add info on JDBC Persistence

GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-artemis/pull/566

    Add info on JDBC Persistence

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtaylor/activemq-artemis JDBCDoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/566.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #566
    
----
commit 481a854f6c4e7e072a3d29b23df0af1317ce7683
Author: Martyn Taylor <mt...@redhat.com>
Date:   2016-06-07T11:02:47Z

    Add info on JDBC Persistence

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #566: Add info on JDBC Persistence

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/566


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #566: Add info on JDBC Persistence

Posted by jdanekrh <gi...@git.apache.org>.
Github user jdanekrh commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/566#discussion_r66067405
  
    --- Diff: docs/user-manual/en/persistence.md ---
    @@ -360,13 +360,31 @@ Using aptitude, (e.g. on Ubuntu or Debian system):
     
     ## Apache ActiveMQ Artemis JDBC Persistence
     
    -The Apache ActiveMQ Artemis JDBC persistence store is still under development and only supports persistence of standard messages and bindings (this is everything except large messages and paging).  The JDBC store uses a JDBC connection to store messages and bindings data in records in database tables.  The data stored in the database tables is encoded using Apache ActiveMQ Artemis journal encoding.
    +WARNING: The Apache ActiveMQ Artemis JDBC persistence store is under development and is included for evaluation purposes.
    +
    +The Apache ActiveMQ Artemis JDBC persistence layer offers the ability to store broker state (Messages, Addresses and other
    +application state) using a database.  N.B. Address full policy Paging (See: [The section on Paging](paging.md)) is currently not
    +supported with the JDBC persistence layer.
    +
    +Using the ActiveMQ Artemis File Journal is the recommended configuration as it offers higher levels of performance and is
    +more mature.  The JDBC persistence layer is targetted to those users who must use a database e.g. due to internal company
    +policy.
    +
    +ActiveMQ Artemis currently has support for a limited number of database vendors (older versions may work but mileage may
    +vary):
    +
    +1. PostGres 9.4.x
    --- End diff --
    
    PostgreSQL or possibly Postgres (https://wiki.postgresql.org/wiki/ProjectName)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---