* @see nexj.core.rpc.ra.GenericResourceAdapter#createConsumerPool(javax.resource.spi.endpoint.MessageEndpointFactory, javax.resource.spi.ActivationSpec)
*/
protected GenericConsumerPool createConsumerPool(MessageEndpointFactory factory, ActivationSpec cfg)
throws ResourceException
{
return new DefaultObjectConsumerPool(this, factory, (ObjectConsumerConfig)cfg);
}