openmessaging / openmessaging-java

OpenMessaging Runtime Interface for Java
http://openmessaging.cloud/
Apache License 2.0
723 stars 220 forks source link

Consumer should support bulk subscription queue and poll message by offset #51

Closed odbozhou closed 5 years ago

odbozhou commented 5 years ago

1、 The Consumer should support pulling the specified message through the queue, partition, and offset parameters. 2、Consumer bulk subscription queue. Such as: consumer.bindQueue (List queueNames);

zongtanghu commented 5 years ago

This issue has already been resolved!