NO-JIRA fix typos in documentation

This commit is contained in:
Bennet Schulz 2017-06-16 10:58:23 +02:00
parent a5beec7e25
commit 060781d430
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ performance.
## Tuning persistence
- To get the best performance from Apache ActiveMQ Artemis whilst
using perisistent messages it is recommended that the file store
using persistent messages it is recommended that the file store
is used. Apache ActiveMQ Artemis also supports JDBC persistence,
but there is a performance cost when persisting to a database vs
local disk.

View File

@ -5,7 +5,7 @@ scalability features of Apache ActiveMQ Artemis over a simple REST/HTTP interfac
The REST Interface implementation sits on top of an Apache ActiveMQ Artemis JMS API and
as such exposes JMS like concepts via REST.
Using the REST internface Messages can produced and consumed by sending
Using the REST interface Messages can be produced and consumed by sending
and receiving simple HTTP messages that contain the content you want to push around. For instance,
here's a simple example of posting an order to an order processing queue
express as an HTTP message: