Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does java sdk or any other sdk support sending transactional message? Thanks #5

Closed
bopeng87 opened this issue Jan 20, 2019 · 3 comments

Comments

@bopeng87
Copy link

No description provided.

@Zanglei06
Copy link
Collaborator

yes, java sdk supports sending transactional message.

@bopeng87
Copy link
Author

I went through both carrera-sdk and carrera-producer, but didn't see any references to org.apache.rocketmq.client.producer.TransactionMQProducer. My understanding is carrera-producer should use this class to talk to rocketmq through 2PC, could u plz provide more explanation about how carrera-producer proxy transactional msg? thx a lot

@Zanglei06
Copy link
Collaborator

we implement transactional messaging by ourself and didn't use TransactionMQProducer of RocketMQ. checkout demo code in CarreraTxMsgExample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants