Example #1
0
 public bool SubscribeToQueueMessageEvent <T>(Action <T> handler, string queueName)
 {
     return(RabbitMQClient.SubscribeToQueueMessageEvent(handler, queueName));
 }