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

Miroslav Novak (JIRA) issues at jboss.org
Mon Mar 26 03:27:00 EDT 2018


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

Miroslav Novak commented on WFLY-10077:
---------------------------------------

Thanks [~jmesnil], it's ok now.

> [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
>
> 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