@@ -22,7 +22,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
2222使用` server-start.sh ` 命令启动消息服务实例:
2323
2424``` bash
25- $ joyqueue-server-4.1.0-SNAPSHOT /bin/server-start.sh
25+ $ joyqueue-server-4.1.0/bin/server-start.sh
2626
2727......
2828
@@ -34,7 +34,7 @@ $ joyqueue-server-4.1.0-SNAPSHOT/bin/server-start.sh
3434 \_ __/ \_ __/ \_ _, | \_ _\_\\ __,_| \_ __| \_ _,_| \_ __|
3535 | ___/
3636
37- ver. 4.1.0-SNAPSHOT
37+ ver. 4.1.0
3838
3939[19:17:13:183] [main] [INFO] - com.jd.joyqueue.broker.Launcher.main(Launcher.java:35) - JoyQueue is started
4040......
@@ -50,7 +50,7 @@ JoyQueue Web,默认连接本机的JoyQueue Server。如果JoyQueue Web与JoyQu
5050
5151``` bash
5252
53- $ joyqueue-web-4.1.0-SNAPSHOT /bin/start.sh
53+ $ joyqueue-web-4.1.0/bin/start.sh
5454
5555......
56562019-07-09 13:04:25.319 [main] INFO com.jd.laf.web.vertx.spring.SpringVertx - success starting Vert.x
@@ -92,7 +92,7 @@ $ joyqueue-web-4.1.0-SNAPSHOT/bin/start.sh
9292
9393``` bash
9494
95- $ joyqueue-server-4.1.0-SNAPSHOT /bin/console-producer.sh -a joyqueue --token a768388469e144b0b6cbe87a6e339a3c -t joy_topic -b " Hello,JoyQueue"
95+ $ joyqueue-server-4.1.0/bin/console-producer.sh -a joyqueue --token a768388469e144b0b6cbe87a6e339a3c -t joy_topic -b " Hello,JoyQueue"
9696
9797```
9898
@@ -101,7 +101,7 @@ $ joyqueue-web-4.1.0-SNAPSHOT/bin/start.sh
101101使用` console-consumer.sh ` 来接收消息:
102102
103103``` bash
104- $ joyqueue-server-4.1.0-SNAPSHOT /bin/console-consumer.sh -a joyqueue --token a768388469e144b0b6cbe87a6e339a3c -t joy_topic
104+ $ joyqueue-server-4.1.0/bin/console-consumer.sh -a joyqueue --token a768388469e144b0b6cbe87a6e339a3c -t joy_topic
105105
106106Message{topic: joy_topic, partition: 0, index: 0, txId: null, key: null, body: Hello,JoyQueue}
107107```
0 commit comments