Skip to content

Commit 79e5d3a

Browse files
committed
Middleware in Readme file
1 parent d997917 commit 79e5d3a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ services code is in Spring.
3535
* **Periodic message** : Process same message at certain interval
3636
* **Redis connection**: A different redis setup can be used for Rqueue
3737
* **Long execution job**: Long running jobs can check in periodically.
38+
* **Middleware**: Add one or more middleware, middlewares are called before listener method.
3839

3940
## Getting Started
4041

@@ -228,10 +229,11 @@ PR/[issue](https://github.com/sonus21/rqueue/issues/new?template=i-m-using-rqueu
228229

229230
## Support
230231

231-
* Please report bug,question,feature(s) to [issue](https://github.com/sonus21/rqueue/issues/new/choose) tracker.
232+
* Please report bug,question,feature(s)
233+
to [issue](https://github.com/sonus21/rqueue/issues/new/choose) tracker.
232234
* Ask question on StackOverflow using [rqueue](https://stackoverflow.com/tags/rqueue) tag
233235

234-
## Contribution
236+
## Contribution
235237

236238
You are most welcome for any pull requests for any feature/bug/enhancement. You would need Java8 and
237239
gradle to start with. In root `build.gradle` file comment out spring related versions, or set
@@ -257,7 +259,7 @@ environment variables for Spring versions.
257259
* Maven Central:
258260
* [https://repo1.maven.org/maven2/com/github/sonus21/rqueue-spring](https://repo1.maven.org/maven2/com/github/sonus21/rqueue-spring)
259261
* [https://repo1.maven.org/maven2/com/github/sonus21/rqueue-spring-boot-starter](https://repo1.maven.org/maven2/com/github/sonus21/rqueue-spring-boot-starter)
260-
262+
261263
* StackOverflow: [https://stackoverflow.com/tags/rqueue](https://stackoverflow.com/tags/rqueue)
262264

263265
## License

0 commit comments

Comments
 (0)