1.1.0 • Published 5 years ago

kk-rocketmq v1.1.0

Weekly downloads
19
License
-
Repository
-
Last release
5 years ago

kk-rocketmq

针对ali-ons的简单封装

使用方法

producer

let res = await new Producer({
    instanceName:'xxxx',
    producerGroup:'xxx',
    nameSrv: "xxx.xx.com", 
}).sendMessage("topic","tag","body")

consumer

let consumer = new Consumer({
    instanceName:'xxxx',
    consumerGroup:'xxx',
    nameSrv: "xxx.xx.com"
})

consumer.subscribe("topic","tag",async msg=>{
      console.log(`receive message, msgId: ${msg.msgId}, body: ${msg.body.toString()}`)
})
1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago