public MessageSequenceTests() { _client = RawRabbitFactory.GetExtendableClient() as ExtendableBusClient<MessageContext>; TestChannel.QueueDelete("basicrequest_dnx"); TestChannel.QueueDelete("firstmessage_dnx"); TestChannel.QueueDelete("secondmessage_dnx"); TestChannel.QueueDelete("thirdmessage_dnx"); }
public MessageSequenceTests() { _client = RawRabbitFactory.GetExtendableClient() as ExtendableBusClient <MessageContext>; TestChannel.QueueDelete("basicrequest_dnx"); TestChannel.QueueDelete("firstmessage_dnx"); TestChannel.QueueDelete("secondmessage_dnx"); TestChannel.QueueDelete("thirdmessage_dnx"); }