yufeng629 opened a new issue #81: RocketMQTemplate method sigure conflict
URL: https://github.com/apache/rocketmq-spring/issues/81
 
 
   the bellow two method's sigure from RocketMQTemplate are conflict
   syncSend(String destination, Object payload, long timeout)
   syncSend(String destination, Collection<Message<?>> messages, long timeout)
   
   when i send batch message,i mean to call the syncSend(String destination, 
Collection<Message<?>> messages, long timeout) method,but in fact,it always 
call the syncSend(String destination, Object payload, long timeout)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to