This closes #527

This commit is contained in:
Clebert Suconic 2016-05-19 17:40:20 -04:00
commit dfdb35a2bd
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ messages sent is costly since it requires a network round trip for each
message sent. By not blocking and receiving send acknowledgements
asynchronously you can create true end to end asynchronous systems which
is not possible using the standard JMS API. For more information on this
advanced feature please see the section [Guarantees of sends and commits]{send-guarantees.md).
advanced feature please see the section [Guarantees of sends and commits](send-guarantees.md).
### ClientConsumer