File tree 1 file changed +5
-3
lines changed
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.
35
35
* ** Periodic message** : Process same message at certain interval
36
36
* ** Redis connection** : A different redis setup can be used for Rqueue
37
37
* ** Long execution job** : Long running jobs can check in periodically.
38
+ * ** Middleware** : Add one or more middleware, middlewares are called before listener method.
38
39
39
40
## Getting Started
40
41
@@ -228,10 +229,11 @@ PR/[issue](https://github.com/sonus21/rqueue/issues/new?template=i-m-using-rqueu
228
229
229
230
## Support
230
231
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.
232
234
* Ask question on StackOverflow using [ rqueue] ( https://stackoverflow.com/tags/rqueue ) tag
233
235
234
- ## Contribution
236
+ ## Contribution
235
237
236
238
You are most welcome for any pull requests for any feature/bug/enhancement. You would need Java8 and
237
239
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.
257
259
* Maven Central:
258
260
* [ https://repo1.maven.org/maven2/com/github/sonus21/rqueue-spring ] ( https://repo1.maven.org/maven2/com/github/sonus21/rqueue-spring )
259
261
* [ 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
+
261
263
* StackOverflow: [ https://stackoverflow.com/tags/rqueue ] ( https://stackoverflow.com/tags/rqueue )
262
264
263
265
## License
You can’t perform that action at this time.
0 commit comments