Esempio n. 1
0
 /// <summary>
 /// Enable the begin/end of a MessageScope for use with the container
 /// </summary>
 /// <param name="configurator"></param>
 public static void EnableMessageScope(this ServiceBusConfigurator configurator)
 {
     configurator.AddInboundInterceptor(new WindsorInboundInterceptor());
 }