https://github.com/adrigrillo/jsmreader
WebLogic JMS reader using Spring Boot
https://github.com/adrigrillo/jsmreader
client jms reader spring-boot weblogic
Last synced: 26 days ago
JSON representation
WebLogic JMS reader using Spring Boot
- Host: GitHub
- URL: https://github.com/adrigrillo/jsmreader
- Owner: adrigrillo
- License: mit
- Created: 2017-07-27T12:52:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T12:56:50.000Z (almost 9 years ago)
- Last Synced: 2025-06-10T20:49:55.628Z (about 1 year ago)
- Topics: client, jms, reader, spring-boot, weblogic
- Language: Shell
- Size: 46.9 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# SIMPLE WEBLOGIC JMS QUEUE READER
You will need to manually add the _weblogic.jar_ dependency to your pom.xml to make it work.
In this case, the dependency is:
```xml
es.oracle
wlfullclient
1.0
```