Example usage for com.rabbitmq.client.impl ChannelManager ChannelManager

List of usage examples for com.rabbitmq.client.impl ChannelManager ChannelManager

Introduction

In this page you can find the example usage for com.rabbitmq.client.impl ChannelManager ChannelManager.

Prototype

public ChannelManager(ConsumerWorkService workService, int channelMax, ThreadFactory threadFactory) 

Source Link

Usage

From source file:de.htwk_leipzig.bis.connection.handshake.clientRewrite.Copyright.java

License:Mozilla Public License

protected ChannelManager instantiateChannelManager(int channelMax, ThreadFactory threadFactory) {
    return new ChannelManager(this._workService, channelMax, threadFactory);
}