This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 45ff478  [ISSUE#79] Change description since activemq 5.9
45ff478 is described below

commit 45ff478e9231ce4e9c7f059362971a0afd664fb5
Author: sunburst <[email protected]>
AuthorDate: Fri Oct 30 10:43:42 2020 +0800

    [ISSUE#79] Change description since activemq 5.9
---
 _docs/02-motivation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/02-motivation.md b/_docs/02-motivation.md
index 81eb210..6acc14f 100644
--- a/_docs/02-motivation.md
+++ b/_docs/02-motivation.md
@@ -33,6 +33,6 @@ The table below is a handy quick reference for spotting the 
differences among Ro
 
 | Messaging Product|Client SDK| Protocol and Specification | Ordered Message  
| Scheduled Message | Batched Message |BroadCast Message| Message Filter|Server 
Triggered Redelivery|Message Storage|Message Retroactive|Message Priority|High 
Availability and Failover|Message Track|Configuration|Management and Operation 
Tools|
 | 
-------|--------|--------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
-| ActiveMQ|Java, .NET, C++ etc. |Push model, support OpenWire, STOMP, AMQP, 
MQTT, JMS|Exclusive Consumer or Exclusive Queues can ensure 
ordering|Supported|Not Supported|Supported|Supported|Not Supported|Supports 
very fast persistence using JDBC along with a high performance journal,such as 
levelDB, kahaDB|Supported|Supported|Supported, depending on storage,if using 
kahadb it requires a ZooKeeper server|Not Supported|The default configuration 
is low level, user need to optimize the config [...]
+| ActiveMQ|Java, .NET, C++ etc. |Push model, support OpenWire, STOMP, AMQP, 
MQTT, JMS|Exclusive Consumer or Exclusive Queues can ensure 
ordering|Supported|Not Supported|Supported|Supported|Not Supported|Supports 
very fast persistence using JDBC along with a high performance journal,such as 
levelDB, kahaDB|Supported|Supported|Supported, depending on storage,if using 
levelDB it requires a ZooKeeper server|Not Supported|The default configuration 
is low level, user need to optimize the confi [...]
 | Kafka      | Java, Scala etc.|Pull model, support TCP|Ensure ordering of 
messages within a partition|Not Supported|Supported, with async producer|Not 
Supported|Supported, you can use Kafka Streams to filter messages|Not 
Supported|High performance file storage|Supported offset indicate|Not 
Supported|Supported, requires a ZooKeeper server|Not Supported|Kafka uses 
key-value pairs format for configuration. These values can be supplied either 
from a file or programmatically.|Supported, use  [...]
-| RocketMQ      |Java, C++, Go |Pull model, support TCP, JMS, 
OpenMessaging|Ensure strict ordering of messages,and can scale out 
gracefully|Supported|Supported, with sync mode to avoid message 
loss|Supported|Supported, property filter expressions based on 
SQL92|Supported|High performance and low latency file storage|Supported 
timestamp and offset two indicates|Not Supported|Supported, Master-Slave model, 
without another kit|Supported|Work out of box,user only need to pay attention 
to a f [...]
\ No newline at end of file
+| RocketMQ      |Java, C++, Go |Pull model, support TCP, JMS, 
OpenMessaging|Ensure strict ordering of messages,and can scale out 
gracefully|Supported|Supported, with sync mode to avoid message 
loss|Supported|Supported, property filter expressions based on 
SQL92|Supported|High performance and low latency file storage|Supported 
timestamp and offset two indicates|Not Supported|Supported, Master-Slave model, 
without another kit|Supported|Work out of box,user only need to pay attention 
to a f [...]

Reply via email to