public void Start() { CurrentProxy = ProxyFactory.GetProxyForQueue( Endpoint ); Listener = new RabbitQueueListener( CurrentProxy, Dispatcher, Endpoint ); "Started subscription to Rabbit Queue '{0}'".ToInfo<IBus>(); }
public void Start() { CurrentProxy = ProxyFactory.GetProxyForQueue(Endpoint); Listener = new RabbitQueueListener(CurrentProxy, Dispatcher, Endpoint); "Started subscription to Rabbit Queue '{0}'".ToInfo <IBus>(); }