EndpointReference msgBoxEpr = client.createMessageBox(configurations
.getProperty(ConfigKeys.MSGBOX_SERVICE_URL), 500L);
try {
client.storeMessage(msgBoxEpr, 500L, MsgBoxUtils
.reader2OMElement(new StringReader(
"<test>A simple test message</test>")));
} catch (XMLStreamException e) {
// TODO Auto-generated catch block
e.printStackTrace();