Solace SDKPerf 发送文本文件或字符串消息

Solace SDKPerf send text file or string message

我想在 Solace 中使用 sdkperf 发送特定消息。但是我找不到为此的 cli 命令。有人可以帮助我吗?

sdkperf_java.bat -cip=<IP> -cu=<user>@<vpn> -cp=<password> -pql=<QUEUE name> -mt=persistent -mn=5 -mr=1 -??="hello"

如果您想通过 sdkperf 发送特定消息,可以使用 -pal 选项。

您需要将消息保存在文件中。

-pal 选项的语法如下:

-pal= <file_location>