使用Python的Zato发送AMQP消息的教程
本 帮助主题 展示了使用Zato发送AMQP消息 所 需的内容. Zato 基于Python 的 为 SOA 、 云 集成 和 后端 服务 的 企业服务总线(ESB) 。 代码演示 下面是一些需要的代码: from zato.server.service import Service class MyService(Service): def handle(self): msg = ‘My message’ conn_name = ‘My CRM connection’ exchange_name = ‘My exchange’
下载地址
用户评论