Skip to content

Commit

Permalink
Fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Eisele committed Aug 4, 2016
1 parent b3db573 commit 0ebbec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.mtj.tmp/

.DS_Store
target

# Package Files #
*.jar
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can run it:
* mvn wildfly-swarm:run
* In your IDE run the `org.wildfly.swarm.examples.messaging.mdb.Main` class

## Use
## Use via Browser

http://localhost:8080/

Expand All @@ -78,3 +78,7 @@ The MDB will log the received message to the console:
``` sh
2016-08-03 08:23:16,922 INFO [sample.SampleTopicMDB] (Thread-117 (ActiveMQ-client-global-threads-1211290936)) received: Test Message
```

## Remote JMS

run sample.client.HelloWorldJMSClient

0 comments on commit 0ebbec7

Please sign in to comment.