[jboss-jira] [JBoss JIRA] (WFLY-5078) Transaction subsystem attribute 'hornetq-store-enable-async-io' should be renamed for activemq

Amos Feng (JIRA) issues at jboss.org
Thu Aug 13 09:36:02 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098047#comment-13098047 ] 

Amos Feng commented on WFLY-5078:
---------------------------------

[~ochaloup], 
The issue is related to the feature-pack/src/main/resources/modules/system/layers/base/org/jboss/jts/main/module.xml which should be replaced to use the artemis journal. So the fix could be
{code}
-     <module name="org.hornetq.journal"/>
+    <module name="org.apache.activemq.artemis"/>
{code}

I suggest to raise the other JIRA to resolve it and renaming for the "hornetq-store-enable-async-io" and "use-hornetq-store", I think it could use some generic name. 

> Transaction subsystem attribute 'hornetq-store-enable-async-io' should be renamed for activemq
> ----------------------------------------------------------------------------------------------
>
>                 Key: WFLY-5078
>                 URL: https://issues.jboss.org/browse/WFLY-5078
>             Project: WildFly
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 10.0.0.Beta1
>            Reporter: Ondřej Chaloupka
>            Assignee: Amos Feng
>             Fix For: 10.0.0.Beta2
>
>
> If hornetq/artemismq journal should be used for saving txn log then transaction subsystem defines if async io libraries (if available) should be used. By default the native libraries are not used and user needs to switch for it by setting it in xml or via cli.
> {code}
> /subsystem=transactions:write-attribute(name=hornetq-store-enable-async-io, value=true)
> {code}
> For EAP7 the hornetq is going to be replaced with ActiveMQ Artemis and so artemis object store will be used instead. The attribute name should be renamed appropriately.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list