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