File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
236238You are most welcome for any pull requests for any feature/bug/enhancement. You would need Java8 and
237239gradle 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
You can’t perform that action at this time.
0 commit comments