]
Bilge Ozpeynirci reassigned WFLY-6728:
--------------------------------------
Assignee: Jeff Mesnil (was: Bilge Ozpeynirci)
JDBC persistence-store for Artemis
----------------------------------
Key: WFLY-6728
URL:
https://issues.jboss.org/browse/WFLY-6728
Project: WildFly
Issue Type: Enhancement
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Jochen Cordes
Assignee: Jeff Mesnil
Apache ActiveMQ had the capability to store messages into a database via JDBC. In Apache
ActiveMQ Artemis this has gone.
For a consistent backup data of various (co-located) systems participating in
transactions should reside at the same datastore as otherwise this needs to be achieved
through application software design (i.e. idempotent consumers etc.).
As in Apache ActiveMQ Artemis a JDBC Persistence-Store is about to be introduced we
should also offer this capability on WildFly / EAP.