[jboss-jira] [JBoss JIRA] (AS7-4061) CLONE - String configuration parameters for HornetQ address cannot be set via CLI
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 10:33:36 EST 2012
[ https://issues.jboss.org/browse/AS7-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675175#comment-12675175 ]
Brian Stansberry commented on AS7-4061:
---------------------------------------
Emanuel, can this be resolved for 7.1.1?
> CLONE - String configuration parameters for HornetQ address cannot be set via CLI
> ---------------------------------------------------------------------------------
>
> Key: AS7-4061
> URL: https://issues.jboss.org/browse/AS7-4061
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, JMS
> Affects Versions: 7.1.0.Final
> Reporter: Pavel Slavicek
> Assignee: Emanuel Muckenhuber
> Labels: eap6_need_triage
> Fix For: 7.1.2.Final
>
>
> String configuration parameters for HornetQ address cannot be set via CLI because of the following issue "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT".
> pwd:
> /subsystem=messaging/hornetq-server=default/address-setting=#
> [standalone at localhost:9999 address-setting=#:read-attribute(name=redistribution-delay)
> {
> "outcome" => "success",
> "result" => -1L
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=redistribution-delay, value=1000L)
> {"outcome" => "success"}
> [standalone at localhost:9999 address-setting=#:read-attribute(name=redistribution-delay)
> {
> "outcome" => "success",
> "result" => 1000L
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=address-full-policy, value=PAGE)
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT",
> "rolled-back" => true
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=address-full-policy, value="PAGE")
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT",
> "rolled-back" => true
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=expiry-address, value="jms.queue.DLQ")
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT",
> "rolled-back" => true
> }
> [standalone at localhost:9999 address-setting=#] ls -l
> ATTRIBUTE VALUE TYPE
> address-full-policy BLOCK STRING
> dead-letter-address jms.queue.DLQ STRING
> expiry-address jms.queue.ExpiryQueue STRING
> last-value-queue false BOOLEAN
> max-delivery-attempts 10 INT
> max-size-bytes 10485760 INT
> message-counter-history-day-limit 10 INT
> page-max-cache-size 5 INT
> page-size-bytes 10485760 LONG
> redelivery-delay 0 INT
> redistribution-delay -1 LONG
> send-to-dla-on-no-route false BOOLEAN
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list