rocketmq-client-nodejs icon indicating copy to clipboard operation
rocketmq-client-nodejs copied to clipboard

Apache RocketMQ nodejs client

Results 13 rocketmq-client-nodejs issues
Sort by recently updated
recently updated
newest added

https://opensource-rocketmq-client.oss-cn-hangzhou.aliyuncs.com/cpp-client/linux/2.1.0/UBUNTU/14.04/librocketmq.a 谁有相同的文件能给我一个吗?急用!

## Background 在部分特殊场景下,无法正常运行,如Electron ## Proposal 移除rocketmq-client-cpp依赖,纯js实现client

我用 node-addon-api 封装了 rocketmq-client-cpp 如果有需要可以留言

## What Happens? ``` CXX(target) Release/obj.target/rocketmq/src/rocketmq.o ../src/rocketmq.cpp:42:116: error: too few arguments to function call, single argument 'context' was not specified Nan::Set(target, Nan::New("macosDLOpen").ToLocalChecked(), Nan::New(DLOpen)->GetFunction()); ``` ![image](https://user-images.githubusercontent.com/12426691/59673343-af8f5f00-91f3-11e9-9abe-ada8b0b74717.png) ## Minimum Showcase (Required) >...

```bash npm ERR! code 1 npm ERR! path /Users/yunwisdom/Workspace/xdata/xdata-search-service/node_modules/apache-rocketmq npm ERR! command failed npm ERR! command sh -c node ./script/download_lib.js && node-gyp rebuild npm ERR! [rocketmq sdk] [info] downloading [https://opensource-rocketmq-client.oss-cn-hangzhou.aliyuncs.com/cpp-client/mac/1.2.0/librocketmq.dylib]......

## What Happens? > install error ## Minimum Showcase (Required) > Provide a minimum code or GitHub repository which can reproduce the issue. // node version: v12.16.2 npm i apache-rocketmq...

## What Happens? A clear and concise description of what the bug is. ## Minimum Showcase (Required) > Provide a minimum code or GitHub repository which can reproduce the issue....

## What Happens? install error,I wonder is rocketmq-client-cpp.dll wrong? ## Minimum Showcase (Required) [email protected] [email protected] | win32 | x64 python 2.7.15 npm 7.5.4 ------ build/rocketmq.vcxproj's dependency ok~ ``` kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\...\node.lib";D:\...\rocketmq-client-nodejs-master\deps\lib\rocketmq-client-cpp.lib ```...

In java we can use `message. putUserProperty` to append some metadata into message, this is sometimes very useful, but in nodejs client we have not found how we can do...