jsr368-experts@jms-spec.java.net

[jsr368-experts] JMS 2.0 Errata: JMS_SPEC-162 (Typos in section 7.3 "Asynchronous send")

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Mon, 01 Dec 2014 12:32:24 +0000

I've just logged the following very minor proposed correction for the JMS 2.0 errata release:
https://java.net/jira/browse/JMS_SPEC-162
(Typo in section 7.3 "Asynchronous send")

In the third bullet point, change "synchronously" to "asynchronously".
In the fourth bullet point, change "synchronously" to "asynchronously".

Changes to section 7.3. Asynchronous send
-----------------------------------------

Existing text:

     * In the domain-specific API for point-to-point messaging a QueueSender may be used to send a message synchronously
     any of the methods inherited from MessageProducer and listed above.

     * In the domain-specific API for pub/sub messaging a TopicPublisher may be used to send a message synchronously
     using any of the methods inherited from MessageProducer and listed above.

Replacement text:

     * In the domain-specific API for point-to-point messaging a QueueSender may be used to send a message asynchronously
     any of the methods inherited from MessageProducer and listed above.

     * In the domain-specific API for pub/sub messaging a TopicPublisher may be used to send a message asynchronously
     using any of the methods inherited from MessageProducer and listed above.

Nigel