@@ -19,7 +19,7 @@ well, where all services code is in Spring.
1919
2020## Features
2121
22- * ** Instant delivery** : Instant execute this message
22+ * ** Instant delivery** : Instant execute this message in the background
2323* ** Message scheduling** : A message can be scheduled for any arbitrary period
2424* ** Unique message** : Unique message processing for a queue based on the message id
2525* ** 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.
7171* Add dependency
7272 * Gradle
7373 ``` 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'
7575 ```
7676 * Maven
7777 ```xml
7878 <dependency>
7979 <groupId>com.github.sonus21</groupId>
8080 <artifactId>rqueue-spring-boot-starter</artifactId>
81- <version>2.10.1 -RELEASE</version>
81+ <version>2.10.2 -RELEASE</version>
8282 </dependency>
8383 ```
8484
@@ -91,14 +91,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
9191* Add Dependency
9292 * Gradle
9393 ```groovy
94- implementation 'com.github.sonus21:rqueue-spring:2.10.1 -RELEASE'
94+ implementation 'com.github.sonus21:rqueue-spring:2.10.2 -RELEASE'
9595 ```
9696 * Maven
9797 ```xml
9898 <dependency>
9999 <groupId>com.github.sonus21</groupId>
100100 <artifactId>rqueue-spring</artifactId>
101- <version>2.10.1 -RELEASE</version>
101+ <version>2.10.2 -RELEASE</version>
102102 </dependency>
103103 ```
104104
255255PR/[ issue] ( https://github.com/sonus21/rqueue/issues/new?template=i-m-using-rqueue.md&title=Add+my+organisation+in+Rqueue+Users )
256256.**
257257
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 >
259259  ;  ;
260260<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 >
261261  ;  ;
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 >
263263  ;  ;
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+ --->
264284
265285## Support
266286
0 commit comments