We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.与文档内容不一致(建议改成一致,可能对新手来说是致命打击)
<messageQueue> <consumer groupName="test1sub"> <topics> <topic name="test1" receiverType="com.ppdai.infrastructure.demo.TestSub"></topic> <topic name="test4" receiverType="com.ppdai.infrastructure.demo.TestSub"></topic> </topics> </consumer> </messageQueue>
<messageQueue> <consumer groupName="testClusterSub"> <topics> <topic name="test1" receiverType="com.ppdai.infrastructure.demo.TestSub"></topic> </topics> </consumer> <consumer groupName="testBroadcastSub"> <topics> <topic name="test1" receiverType="com.ppdai.infrastructure.demo.TestSub"></topic> </topics> </consumer> </messageQueue>
2.消息发送的条数有问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.与文档内容不一致(建议改成一致,可能对新手来说是致命打击)
2.消息发送的条数有问题
The text was updated successfully, but these errors were encountered: