openmessaging-java
openmessaging-java copied to clipboard
Multiple messages in a single Transaction
JD's messaging implementation supports sending multiple messages in a single transaction. Is there a need to improve the OpenMessaging API to be compatible with this feature?
Actually, we have already provided a transactional interface, but it still seems to be not clear enough, for example, RocketMQ, Kafka has different definition in transaction, and it seems that JMQ has the same definition with RabbitMQ, so I suggest that we should remove this interface at the current stage, and discuss it later.
Aggree, This may be a better way now.