• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sonus21 / rqueue / 158 / 2
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 10 May 2020 11:40AM UTC
Files 101
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 May 2020 11:29AM UTC coverage: 93.446% (+2.2%) from 91.23%
ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.2.0.RELEASE SPRING_VERSION=5.2.0.RELEASE SPRING_DATA_VERSION=2.2.0.RELEASE MICROMETER_VERSION=1.3.2

push

travis-ci

web-flow
Web Interface: (#13)

- Web interface to visualize queue
- Move message from one queue to another
- Latency visualizer
- Delete message from the queue

Other Changes
- Allow prefixing redis keys to avoid accidental key delete
- Allow deactivating a consumer in a given environment
- Redis cluster support
- Complete isolation of Redis, allow application to configure one Redis for the application and one for the Rqueue
- Queue concurrency
- Queue priority (Weighted and strict)
- Queue priority at group level
- Queue priority at sub queue level like critical, high, medium, low

Breaking Changes
- Queue names are prefixed, version 1.0 users need to set a redis key __rq::version with value 1
- Renamed annotation field maxJobExecutionTime to visibilityTimeout

Fixes
- Spring Optional Micrometer, in older version config class was importing micrometer related classes, that could lead to error if classes are not found. In this version now code depends on bean name using DependsOn annotation.

Non-Functional Change
- Remove getter, setter etc related code and replaced them with lombok where-ever applicable.
- Use static import for Assert utils
- Allow sharing of redis message listener container, if it's disabled then a new Redis listener container would be created. This will allow completely to use two different databases, one for the listener and one for the application.'

3165 of 3387 relevant lines covered (93.45%)

0.93 hits per line

Source Files on job 158.2 (ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.2.0.RELEASE SPRING_VERSION=5.2.0.RELEASE SPRING_DATA_VERSION=2.2.0.RELEASE MICROMETER_VERSION=1.3.2)
  • Tree
  • List 0
  • Changed 27
  • Source Changed 27
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 94
  • Travis Job 158.2
  • 652ec46c on github
  • Prev Job for ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.2.0.RELEASE SPRING_VERSION=5.2.0.RELEASE SPRING_DATA_VERSION=2.2.0.RELEASE MICROMETER_VERSION=1.3.2 on master (#93.2)
  • Next Job for ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.2.0.RELEASE SPRING_VERSION=5.2.0.RELEASE SPRING_DATA_VERSION=2.2.0.RELEASE MICROMETER_VERSION=1.3.2 on master (#159.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc