Пример #1
0
 public void Start()
 {
     CurrentProxy = ProxyFactory.GetProxyForQueue( Endpoint );
     Listener = new RabbitQueueListener( CurrentProxy, Dispatcher, Endpoint );
     "Started subscription to Rabbit Queue '{0}'".ToInfo<IBus>();
 }
Пример #2
0
 public void Start()
 {
     CurrentProxy = ProxyFactory.GetProxyForQueue(Endpoint);
     Listener     = new RabbitQueueListener(CurrentProxy, Dispatcher, Endpoint);
     "Started subscription to Rabbit Queue '{0}'".ToInfo <IBus>();
 }