[jboss-jira] [JBoss JIRA] (AS7-4956) Deployed JMS destinations are not manageable
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Wed Jun 6 08:52:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699345#comment-12699345 ]
Jeff Mesnil commented on AS7-4956:
----------------------------------
Thnkas for the link, I was not aware of this limitation.
Is it on purpose? or was it not implemented due to time constraints?
I can understand that this feature is for development only. However by featuring it in our quickstart example, we promote it as a correct way to deploy JMS destinations.
imho either we make these deployed resources manageable or we need to find a way to configure "correctly" JMS destinations in our quickstarts.
> Deployed JMS destinations are not manageable
> --------------------------------------------
>
> Key: AS7-4956
> URL: https://issues.jboss.org/browse/AS7-4956
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
>
> 1.deploy the helloworld-mdb quickstart
> => this deploys a HELLOWORLDMDBQueue JMS Queue from its webapp/WEB-INF/hornetq-jms.xml
> 2. this JMS queue is not exposed in the admin CLI or web console
> $ ./bin/jboss-cli.sh --connect
> [standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default/jms-queue=HELLOWORLDMDBQueue:read-resource
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014807: Management resource '[
> (\"subsystem\" => \"messaging\"),
> (\"hornetq-server\" => \"default\"),
> (\"jms-queue\" => \"HELLOWORLDMDBQueue\")
> ]' not found",
> "rolled-back" => true
> }
--
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