consumerState.setMessageCallbackHandler(messageHandler);
//Now we have finished creating the client consumer, we can tell the SCD
//we are ready
consumerDelegate.changeRate(1);
return consumerDelegate;
}
public Object handleClosing(Invocation invocation) throws Throwable