Har-Sir commented on issue #6543:
URL: https://github.com/apache/rocketmq/issues/6543#issuecomment-1498762439
Add cmd file [**bin/mqbrokerproxy.cmd**] on windows
file content:
```
if not exist "%ROCKETMQ_HOME%\bin\runserver.cmd" echo Please set the
ROCKETMQ_HOME variable in your environment! & EXIT /B 1
call "%ROCKETMQ_HOME%\bin\runserver.cmd"
org.apache.rocketmq.proxy.ProxyStartup -pm local %*
IF %ERRORLEVEL% EQU 0 (
ECHO "Broker Proxy Model starts OK"
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]