assertTrue(consumerEPRs.length > 0);
String topic = "/WsntRoundTripTestTopic";
String topicSubscriptionID = wsntMsgBrokerClient.subscribe(consumerEPRs[0], topic, null);
System.out.println("topic subscription id: " + topicSubscriptionID);
try {
wsntMsgBrokerClient.publish(topic, msg);
wsntMsgBrokerClient.publish(topic, AXIOMUtil.stringToOM("<foo><bar>Test</bar></foo>"));