I am creating a simple library abstracting all the complexity of using Java/Clojure interop into a library to work with Redis queues (including pubsub and queue).
https://github.com/moclojer/clj-rq com.moclojer/rq (aka clj-rq), RQ (Redis Queue) is a simple Clojure package for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry, inspired by python-rq.
still in development, but I'm already using it in moclojer cloud https://moclojer.com/