예제 #1
0
 public virtual IMQConnection create(Uri addr)
 {
     return(new MQServerConnection(factory.getServerTransport(addr)));
 }