Skip to content

Commit

Permalink
Bz1178700: Add client class to run helloworld-jms quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Feb 11, 2015
1 parent e9717e4 commit f0c10db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helloworld-jms/README.md
Expand Up @@ -232,7 +232,8 @@ This quickstart consists of multiple projects, so it deploys and runs differentl
* Define a server runtime environment that uses the `standalone-full.xml` configuration file.
* Start the server defined in the previous step.
2. Outside of JBoss Developer Studio, configure the JMS `test` queue by running the JBoss CLI commands as described in the section above entitled *Configure the JBoss EAP Server*.
3. In JBoss Developer Studio, right-click and choose `Run As` --> `Java Application`. The output messages appear in the `Console` window.
3. In JBoss Developer Studio, right-click and choose `Run As` --> `Java Application`. In the `Select Java Application` window, choose `HellowWorldJMSClient - org.jboss.as.quickstarts.jms` and click `OK`. The client output displays in the `Console` window.
The output messages appear in the `Console` window.

Debug the Application
------------------------------------
Expand Down

0 comments on commit f0c10db

Please sign in to comment.