[jboss-jira] [JBoss JIRA] (WFLY-10077) [Artemis 2.x upgrade] journal-node-manager-store-table attribute does not preserve its value

James Perkins (JIRA) issues at jboss.org
Wed Sep 26 12:03:00 EDT 2018


     [ https://issues.jboss.org/browse/WFLY-10077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated WFLY-10077:
---------------------------------
    Fix Version/s: 14.0.0.Final


> [Artemis 2.x upgrade] journal-node-manager-store-table attribute does not preserve its value 
> ---------------------------------------------------------------------------------------------
>
>                 Key: WFLY-10077
>                 URL: https://issues.jboss.org/browse/WFLY-10077
>             Project: WildFly
>          Issue Type: Bug
>          Components: JMS
>            Reporter: Miroslav Novak
>            Assignee: Jeff Mesnil
>            Priority: Blocker
>             Fix For: 14.0.0.Final
>
>
> Writing to {{journal-node-manager-store-table}} attribute does not preserver its value and after restart default value is set again.
> Output from CLI:
> {code}
> [standalone at localhost:9990 /]  /subsystem=messaging-activemq/server=default:read-attribute(name=journal-node-manager-store-table)
> {
>     "outcome" => "success",
>     "result" => "NODE_MANAGER_STORE_NODE_1",
>     "response-headers" => {"process-state" => "reload-required"}
> }
> ...restart server here
> [standalone at localhost:9990 /]  /subsystem=messaging-activemq/server=default:read-attribute(name=journal-node-manager-store-table)
> {
>     "outcome" => "success",
>     "result" => "NODE_MANAGER_STORE"
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list