public void RelativeQueue() { _addr.ForQueue("anotherone") .Uri.ToString().ShouldEqual("rabbitmq://some_server/thehost/anotherone"); }
public void should_not_use_query_string_of_uri() { _addr.ForQueue("anotherone").Uri.ToString().ShouldEqual("rabbitmq://localhost/anotherone"); _addr.ForQueue("anotherone").Name.ShouldEqual("anotherone"); }