Exemplo n.º 1
0
 /// <summary>
 ///     Default constructor.
 /// </summary>
 /// <param name="notifyMessageReceivedFactory"></param>
 public ActiveMqMessageDequeueStrategy(
     INotifyMessageReceivedFactory notifyMessageReceivedFactory,
     ISessionFactory sessionFactory)
 {
     this.notifyMessageReceivedFactory = notifyMessageReceivedFactory;
     this.sessionFactory = sessionFactory;
 }
 /// <summary>
 ///     Default constructor.
 /// </summary>
 /// <param name="notifyMessageReceivedFactory"></param>
 public ActiveMqMessageDequeueStrategy(
     INotifyMessageReceivedFactory notifyMessageReceivedFactory,
     ISessionFactory sessionFactory)
 {
     this.notifyMessageReceivedFactory = notifyMessageReceivedFactory;
     this.sessionFactory = sessionFactory;
 }