nsq111
This commit is contained in:
@@ -28,6 +28,6 @@ public class PublisherService {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Publisher publisher = new Publisher("47.122.26.160:4150");
|
Publisher publisher = new Publisher("47.122.26.160:4150");
|
||||||
publisher.publish("test", new byte[]{'a', 'A', 'C'});
|
publisher.publish("test", "发的说说发的啥".getBytes());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user