https://github.com/dgroup/jms-test
Java EE semester > Lection №7
https://github.com/dgroup/jms-test
Last synced: 9 months ago
JSON representation
Java EE semester > Lection №7
- Host: GitHub
- URL: https://github.com/dgroup/jms-test
- Owner: dgroup
- Created: 2016-03-23T14:17:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T22:14:54.000Z (over 10 years ago)
- Last Synced: 2025-02-06T10:32:36.800Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## JMS demo [](https://semaphoreci.com/dgroup/jms-test) [](http://www.oracle.com/technetwork/java/javase/downloads/index.html) [](https://github.com/dgroup/jms-test)
This is simple example of JMS technology on Oracle Weblogic server. See the [original article](https://blogs.oracle.com/soaproactive/entry/how_to_create_a_simple).
Also jms-related materials:
- [What's New in JMS 2.0, Part One: Ease of Use](http://www.oracle.com/technetwork/articles/java/jms20-1947669.html)
- [Н.Алименков](https://www.youtube.com/watch?v=ExjPxDxkmFo) [vs](http://www.slideshare.net/alimenkou/do-we-need-jms-in-21st-century) [JMS](https://www.youtube.com/watch?v=RVwXdCfzJZA) (о граблях JMS)
If you want to run this example, please perform steps below:
1. Download [GitHub project](https://github.com/dgroup/Servlets_demo/archive/master.zip);
2. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html);
3. Install [Oracle WebLogic](http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html)
4. [Create domain, jms server, etc on WebLogic](https://blogs.oracle.com/soaproactive/entry/how_to_create_a_simple).
5. Start domain (`cd weblogic/wls12210/user_projects/domains//bin/startWebLogic.cmd`)
6. Build project. Call `gradle build` in `cmd`
7. Run the `examples.jms.queue.QueueSend` and `examples.jms.queue.QueueReceive` as general java classes;
## Quick tech overview
- JMS 1.2;
- Oracle WebLogic server;
- Gradle (build system);
- PMD (code rules validation);
## jclub
New **POST** request to url `https://hooks.slack.com/services/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`
with text
```json
{
"text": "<...>"
}
```
Have a fun.