-
Enhancement
-
Resolution: Done
-
Major
-
None
Using CLI, it is possible to control websphere message server but config-properties can not be modified or created because its access-type is read-only.
For example,
CLI Command
/profile=MMPS-dev-03-profile/subsystem=resource-adapters/resource-adapter=wmq.jmsra.rar/admin-objects=FDSLPublishQueue/config-properties=baseQueueName:write-attribute(name=value,value=test) { "outcome" => "failed", "failure-description" => "JBAS014639: Attribute value is not writable", "rolled-back" => true }
This is because the fact that baseQueueName(config-properties)' access-type is read-only but I don't see any reasons why this attritbute couldn't be writable.
Is there any reasons the attribute has to be read-only? otherwise, it should be read-write.
- is incorporated by
-
WFLY-4011 Resource adapter config properties cannot be changed without two reloads
- Closed