testMessageFlowControlWithDeQueueListener(true, maxLazyTimeout);
}
public void testMessageFlowControlWithDeQueueListener(final boolean lazyChannel, long maxLazyTimeout) throws Exception
{
bayeux.addExtension(new TimestampExtension("yyyyMMddHHmmss"));
final String channelName = "/test";
bayeux.createChannelIfAbsent(channelName, new ConfigurableServerChannel.Initializer()
{
public void configureChannel(ConfigurableServerChannel channel)