]
Brian Stansberry commented on WFLY-6970:
----------------------------------------
Why do you say it's a docs issue? The first command is a CLI high level command and
should work. What happens when you use it?
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