This repository has been archived by the owner on Jan 3, 2021. It is now read-only.
Version 1.4.0
A little refactoring, but BC compatible (or almost).
- All the services were ported to FQCN, and privatized. To keep BC, public aliases with old ids were created. #32
- Potential BC Break : Removed the ability to requeue a failing process #33
- Deprecated the fact that the command processor will ack or nack the message depending on the result of the process : on 2.0, on failure it will now throw an exception. You should use AckProcessor. when 2.0 is out. #33 (as for previous item, use a
RetryProcessor
).
Todo : Make a upgrade file. :D