Skip to content

Commit

Permalink
get rid of the old instructions that are invalid now
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Jun 22, 2015
1 parent 19797c9 commit 87d0f2c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions hawkular-bus-samples/hawkular-bus-sample-mdb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@ Here's how to set this up:

1. Build hawkular-bus (the messaging framework and wildfly modules)
(cd <hawkular-bus> ; mvn clean install)
2. Build hawkular-platform with -Pdev (the Wildfly container you will run)
(cd <hawkular-platform> ; mvn clean install)
3. Deploy org.rhq.msg.broker-wf-extension (the server-side messaging broker)
(cd <hawkular-bus-broker-wf-extension>; mvn -Pdev -Dorg.rhq.next.wildfly.home=<hawkular-platform>/hawkular-platform-distro/target/wildfly-8.2.0 install
4. Deploy org.rhq.msg.ra-wf-module (the resource adapter for your MDBs)
(cd <hawkular-bus-ra-wf-module>; mvn -Pdev -Dorg.rhq.next.wildfly.home=<hawkular-platform>/hawkular-platform-distro/target/wildfly-8.2.0 install
5. Build this sample war and deploy it:
mvn -Pdev -Dorg.rhq.next.wildfly.home=<hawkular-platform>/hawkular-platform-distro/target/wildfly-8.2.0
6. Run the Wildfly server:
<hawkular-platform>/hawkular-platform-distro/target/wildfly-8.2.0/bin/standalone.sh
7. Point browser to http://localhost:8080/sample-mdb/
8. Enter some text and click submit (this will send a message on "java:/queue/QueueName")
9. See the Wildfly server logs for a message that the MDB prints out showing it received the message.
2. Build this sample war and deploy it to hawkular-nest-distro:
mvn install -Pdev [-Dorg.hawkular.wildfly.home=...where hawkular-nest-distro is...]
3. Run the Wildfly server.
4. Point browser to http://localhost:8080/sample-mdb/
5. Enter some text and click submit (this will send a message on "java:/queue/QueueName")
6. See the Wildfly server logs for a message that the MDB prints out showing it received the message.

0 comments on commit 87d0f2c

Please sign in to comment.