Пример #1
0
		public MessageSequenceTests()
		{
			_client = RawRabbitFactory.GetExtendableClient() as ExtendableBusClient<MessageContext>;
			TestChannel.QueueDelete("basicrequest_dnx");
			TestChannel.QueueDelete("firstmessage_dnx");
			TestChannel.QueueDelete("secondmessage_dnx");
			TestChannel.QueueDelete("thirdmessage_dnx");
		}
Пример #2
0
 public MessageSequenceTests()
 {
     _client = RawRabbitFactory.GetExtendableClient() as ExtendableBusClient <MessageContext>;
     TestChannel.QueueDelete("basicrequest_dnx");
     TestChannel.QueueDelete("firstmessage_dnx");
     TestChannel.QueueDelete("secondmessage_dnx");
     TestChannel.QueueDelete("thirdmessage_dnx");
 }