예제 #1
0
 public virtual IMQConnection connect(Uri addr)
 {
     return(new MQConnection(factory.getClientTransport(addr)));
 }