1.2.9 • Published 1 year ago

@kejiweixun/cmq v1.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
const createClient = require("@kejiweixun/cmq");
const SecretId = "xxxxxx";
const SecretKey = "xxxxxx";
const Region = "sh";
const apiEndpoint = "cmq-sh.public.tencenttdmq.com";
const cmqClient = createClient({
  SecretId,
  SecretKey,
  Region,
});
cmqClient
  .PublishMessage({
    topicName: "test",
    msgBody: "test message",
  })
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.log(err.message);
  });
1.2.9

1 year ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago