[jboss-jira] [JBoss JIRA] (WFLY-6970) JMS Queue creation is wrong
Rajitha Gunawardhane (JIRA)
issues at jboss.org
Thu Aug 18 18:49:00 EDT 2016
[ https://issues.jboss.org/browse/WFLY-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281093#comment-13281093 ]
Rajitha Gunawardhane commented on WFLY-6970:
--------------------------------------------
I am refering to the *"JMS Queues and Topics" *subsection. jms-queue is not available, Please see below output.
_[standalone at localhost:9990 /] jms-queue --help --commands
Unexpected command 'jms-queue --help --commands'. Type 'help --commands' for the list of supported commands._
Following is working.
_ /subsystem=messaging-activemq/server=default/jms-queue=TestQ/:add(entries=["java:/jboss/exported/jms/queue/TestQ"])_
> JMS Queue creation is wrong
> ----------------------------
>
> Key: WFLY-6970
> URL: https://issues.jboss.org/browse/WFLY-6970
> Project: WildFly
> Issue Type: Bug
> Components: CLI, Documentation, JMS
> Affects Versions: 10.0.0.Final
> Environment: https://docs.jboss.org/author/display/WFLY10/Messaging+configuration
> Reporter: Rajitha Gunawardhane
> Priority: Critical
> Labels: JMS
>
> related link: https://docs.jboss.org/author/display/WFLY10/Messaging+configuration
> jms-queue add --queue-address=myQueue --entries=queues/myQueue
> above command is not working
> Following one is working
> /subsystem=messaging-activemq/server=default/jms-queue=TestQ/:add(entries=["java:/jboss/exported/jms/queue/TestQ"])
> http://middlewaremagic.com/jboss/?p=2739 has a better explanation for Wildfly 10.0.0.Final
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list