logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python接收ActiveMQ消息

最近项目需要用到ActiveMQ,使用topic接收消息,网上搜到的例子,发送都没有问题,把conn.start()函数注释掉就ok了,但是接收消息的函数总是报message不存在。notify_func(frame)TypeError: on_message() missing 1 required positional argument: 'message'经过检查发现新版本的stomp函数o

#python#activemq
到底了