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