protected override IMessageFactory CreateMessageFactory() { messageService = new InMemoryTransientMessageService(); return new InMemoryTransientMessageFactory(messageService); }
public InMemoryTransientMessageFactory(InMemoryTransientMessageService transientMessageService) { this.transientMessageService = transientMessageService ?? new InMemoryTransientMessageService(); this.MqFactory = new MessageQueueClientFactory(); }
public InMemoryTransientMessageFactory(InMemoryTransientMessageService transientMessageService) { this.transientMessageService = transientMessageService ?? new InMemoryTransientMessageService(); }