openmessaging-java icon indicating copy to clipboard operation
openmessaging-java copied to clipboard

Multiple messages in a single Transaction

Open liyue2008 opened this issue 6 years ago • 2 comments

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?

liyue2008 avatar Feb 20 '19 11:02 liyue2008

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.

duhenglucky avatar Feb 20 '19 12:02 duhenglucky

Aggree, This may be a better way now.

liyue2008 avatar Feb 21 '19 02:02 liyue2008