// commands.add( (GenericCommand) msg.getPayload() );
// }
GenericCommand command = (GenericCommand) msg.getBody();
// Setup the evaluation context
ContextImpl localSessionContext = new ContextImpl( "session_" + msg.getConversationId(),
this.data.getContextManager(),
this.data.getTemp() );
ExecutionResultImpl localKresults = new ExecutionResultImpl();
localSessionContext.set( "kresults_" + msg.getConversationId(),
localKresults );
Object result = command.execute( localSessionContext );
// session.write( new MessageImpl( msg.getConversationId(),