// receiving automatically removes collector
Packet packet = transmitter.receive(monitor, collector,
SXE_TIMEOUT_INTERVAL, true);
SXEMessage response = ((SXEExtension) packet.getExtension(
SXEMessage.SXE_TAG, SXEMessage.SXE_XMLNS)).getMessage();
response.setFrom(msg.getTo());
return response;
}