[jboss-jira] [JBoss JIRA] (AS7-6494) Allow add security-setting using CLI to messaging subystem
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Mon Feb 11 04:33:56 EST 2013
[ https://issues.jboss.org/browse/AS7-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753364#comment-12753364 ]
Jeff Mesnil commented on AS7-6494:
----------------------------------
The CLI command is not correct: security-setting is a resource child of hornetq-server.
The correct command is:
{noformat}
[standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default/security-setting=jms.queue.#:add
{"outcome" => "success"}
{noformat}
> Allow add security-setting using CLI to messaging subystem
> ----------------------------------------------------------
>
> Key: AS7-6494
> URL: https://issues.jboss.org/browse/AS7-6494
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management, JMS
> Affects Versions: 7.2.0.Alpha1
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
> Fix For: 7.2.0.CR1
>
>
> It's not possible to add security-setting to messaging subsytem using CLI. For example something like:
> {code}
> [standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default:add(security-setting=#)
> {code}
> would create:
> {code}
> <security-settings>
> <security-setting match="#">
> </security-settings>
> </security-settings>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list