@@ -19,7 +19,7 @@ well, where all services code is in Spring.
19
19
20
20
## Features
21
21
22
- * ** Instant delivery** : Instant execute this message
22
+ * ** Instant delivery** : Instant execute this message in the background
23
23
* ** Message scheduling** : A message can be scheduled for any arbitrary period
24
24
* ** Unique message** : Unique message processing for a queue based on the message id
25
25
* ** Periodic message** : Process same message at certain interval
@@ -71,14 +71,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
71
71
* Add dependency
72
72
* Gradle
73
73
``` groovy
74
- implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.10.1 -RELEASE'
74
+ implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.10.2 -RELEASE'
75
75
```
76
76
* Maven
77
77
```xml
78
78
<dependency>
79
79
<groupId>com.github.sonus21</groupId>
80
80
<artifactId>rqueue-spring-boot-starter</artifactId>
81
- <version>2.10.1 -RELEASE</version>
81
+ <version>2.10.2 -RELEASE</version>
82
82
</dependency>
83
83
```
84
84
@@ -91,14 +91,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
91
91
* Add Dependency
92
92
* Gradle
93
93
```groovy
94
- implementation 'com.github.sonus21:rqueue-spring:2.10.1 -RELEASE'
94
+ implementation 'com.github.sonus21:rqueue-spring:2.10.2 -RELEASE'
95
95
```
96
96
* Maven
97
97
```xml
98
98
<dependency>
99
99
<groupId>com.github.sonus21</groupId>
100
100
<artifactId>rqueue-spring</artifactId>
101
- <version>2.10.1 -RELEASE</version>
101
+ <version>2.10.2 -RELEASE</version>
102
102
</dependency>
103
103
```
104
104
255
255
PR/[ issue] ( https://github.com/sonus21/rqueue/issues/new?template=i-m-using-rqueue.md&title=Add+my+organisation+in+Rqueue+Users )
256
256
.**
257
257
258
- <a href =" https://tuneyou.com/ " ><img alt =" TuneYou " src =" https://raw.githubusercontent.com/sonus21/rqueue/master/docs/static/users/tuneyou.png " width =" 150 " align =" middle " /></a >
258
+ <a href =" https://tuneyou.com " ><img alt =" TuneYou " src =" https://raw.githubusercontent.com/sonus21/rqueue/master/docs/static/users/tuneyou.png " width =" 150 " align =" middle " /></a >
259
259
  ;  ;
260
260
<a href =" https://www.pokerstarssports.eu " ><img alt =" PokerStars " src =" https://raw.githubusercontent.com/sonus21/rqueue/master/docs/static/users/pokerstars.png " width =" 250 " align =" middle " /></a >
261
261
  ;  ;
262
- <a href =" https://bitbot.plus/ " ><img src =" https://raw.githubusercontent.com/sonus21/rqueue/master/docs/static/users/bitbot.png " alt =" Bitbot " height =" 60 " align =" middle " /></a >
262
+ <a href =" https://bitbot.plus " ><img src =" https://raw.githubusercontent.com/sonus21/rqueue/master/docs/static/users/bitbot.png " alt =" Bitbot " height =" 60 " align =" middle " /></a >
263
263
  ;  ;
264
+ <a href =" https://www.chaotiinfo.cn " ><img src =" https://raw.githubusercontent.com/sonus21/rqueue/master/docs/static/users/chaoti-info.png " alt =" CHAOTI INFO TECH(SHENZHEN) " height =" 60 " align =" middle " /></a >
265
+   ;  ;
266
+
267
+ <!-- -- Signing Key
268
+ ~/.gradle/gradle.properties file
269
+
270
+ sonatypeUsername=xyz
271
+ sonatypePassword=xyz
272
+ signing.keyId=371EDCC6
273
+ signing.password=xyz
274
+ signing.secretKeyRingFile=/Users/sonu/.gnupg/secring.gpg
275
+
276
+
277
+ For signing generate gpg key using gpg tool using `gpg --gen-key`
278
+
279
+ signing.password is gpg key password
280
+ signing.keyId is last 8 character of gpg key, find using `gpg -K`
281
+ signing.secretKeyRingFile=/Users/sonu/.gnupg/secring.gpg generate this as `gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg`
282
+
283
+ --->
264
284
265
285
## Support
266
286
0 commit comments