(String topic)
| 36 | } |
| 37 | |
| 38 | public static MQ openMQ(String topic) throws Exception { |
| 39 | masterAgent.startAndWaitConnectionReady(); |
| 40 | mqAgent.start(); |
| 41 | return new MQ(masterAgent.openMQ(topic)); |
| 42 | } |
| 43 | |
| 44 | /* |
| 45 | public static MQ alterMQ(String topic, int partition) { |
no test coverage detected