jsr343-experts@jms-spec.java.net

[jsr343-experts] Re: (JMS_SPEC-36) Allow messages to be delivered asynchronously in batches

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Thu, 19 Sep 2013 17:30:50 +0100

On 19/09/2013 16:17, Clebert Suconic wrote:
> Can we talk about about batching on receiving? there's another JIRA somewhere about it also.
> Just looked at your list and I couldn't find it.

That's https://java.net/jira/browse/JMS_SPEC-36
I've just updated the tag and added it to the wiki page.

If you want to start a discussion about this just reply to this email (I've set the subject line). Or you can simply
wait until we get to it later.

The reason the EG voted to defer this feature from JMS 2.0 was that it required a new listener interface, which
complicated the API considerably. https://java.net/jira/browse/JMS_SPEC-134 (Declarative Annotation Based JMS Listeners)
proposes allowing the callback method to be defined using annotations, which would make it easier to support batch
delivery. However that's a proposal for Java EE only.

Nigel