]
Jeff Mesnil resolved WFLY-10077.
--------------------------------
Resolution: Done
This issue was caused by an error during a manual conflict resolutoin when I rebased the
integration branch on top of WildFly 12.
[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@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@localhost:9990 /]
/subsystem=messaging-activemq/server=default:read-attribute(name=journal-node-manager-store-table)
{
"outcome" => "success",
"result" => "NODE_MANAGER_STORE"
}
{code}