Update camel-jms-binding quickstarts Readme
-------------------------------------------
Key: SWITCHYARD-497
URL:
https://issues.jboss.org/browse/SWITCHYARD-497
Project: SwitchYard
Issue Type: Task
Components: quickstarts
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 0.3
The JBoss CLI command for adding a jms queue has changed but the quickstarts readme does
not reflect this change:
{noformat}
create-jms-queue name=GreetingServiceQueue entries=GreetingServiceQueue durable=true
{noformat}
Should be:
{noformat}
add-jms-queue --name=GreetingServiceQueue --entries=GreetingServiceQueue
--durable=true
{noformat}
--
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