catch ( IOException ioe )
{
log.error( "Problem setting listener id, listenerAddress [" + listenerAddress + "]", ioe );
}
CacheEventQueueFactory fact = new CacheEventQueueFactory();
ICacheEventQueue q = fact.createCacheEventQueue( listener, id, cacheName, rcsa.getEventQueuePoolName(),
rcsa.getEventQueueTypeFactoryCode() );
eventQMap.put( new Long( listener.getListenerId() ), q );
if ( log.isInfoEnabled() )