Sidekiq-like queue using java tools?
问题 I want to have a work queue that behaves almost exactly like ruby's sidekiq(it doesn't need to use Redis, but it can - I just can't use ruby - not even Jruby). Basically I want to be able to create jobs that runs with some parameters and a worker pool executes the jobs. The workers are going to use hibernate to do some work, so I think that Spring integration could make things easier. 回答1: Spring Integration has Redis Queue inbound and outbound channel adapters. The inbound message-driven