On 12/10/2015 16:21, Clebert Suconic wrote:
> I'm happy with that proposal...
>
> It keeps it simple.... just a simple @Batch annotation would be what
> we require... The timeout would be always in milliseconds?
Java SE 8 does allow more generalised ways of expressing time intervals, which we could use if we wanted to. But all
other time differences in JMS (message expiration, delivery delay) are in milliseconds, and I thought it was best to be
consistent.
Nigel