NO-JIRA fix typos in documentation
This commit is contained in:
parent
a5beec7e25
commit
060781d430
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue