An open API service indexing awesome lists of open source software.

https://github.com/shubhamv108/spring-boot-demo-jms


https://github.com/shubhamv108/spring-boot-demo-jms

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## Environment:
- Spring Boot version: 3.2.1

## Requirements:
JMS works by sending messages to a message destination, which are then taken by message receiver. Scheduling can be used to make certain code run at a specified time period. This project deals with sending and receiving messages at a scheduled time.

## Commands
- run:
```bash
./gradlew clean build -DskipTests && java -jar build//libs/spring-boot-demo-jms-0.0.1.jar
```
- install:
```bash
./gradlew clean build
```
- test:
```bash
./gradlew clean test
```