users@jms-spec.java.net

[jms-spec users] Re: JMS_SPEC-36: Batch delivery

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Tue, 13 Oct 2015 12:57:01 +0100

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