[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
Thu Mar 22 10:25:01 EDT 2018
Miroslav Novak created WFLY-10077:
-------------------------------------
Summary: [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