// Streaming Message Support
if (activeMessage == null)
{
LOG.debug("Text Message Writer");
final MessageReader stream = new MessageReader(new MessageInputStream());
activeMessage = stream;
// Always dispatch streaming read to another thread.
dispatch(new Runnable()
{