コード例 #1
0
 public AMQP.Queue.DeclareOk queueDeclarePassive(String queue) throws IOException {
   return delegate.queueDeclarePassive(queue);
 }