-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
producer #2
Comments
RocketMQProducerTemplate / https://github.com/rocketmq/rocketmq-samples |
Send message sample code public static void main(String[] args) throws Exception { |
要自己shutdown?有没有连接池的概念在里面的?可以用到生产环境吗,需要不需要自己搞连接池? |
生产端是直接使用
@Autowired
RocketMQproducer rocketmqproducer;
rocketmqproducer.send();
来进行消息推送的么 在使用的时候总是找不到这个bean
The text was updated successfully, but these errors were encountered: