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