346347348349350351352353354355356
AMQProtocolHandler protocolHandler = ((AMQConnection) _connection).getProtocolHandler(); if (nowait) { protocolHandler.writeFrame(exchangeDeclare); } else { protocolHandler.syncWrite(exchangeDeclare, ExchangeDeclareOkBody.class, SYNC_TIMEOUT); }
341342343344345346347348349350351
358359360361362363364365366367368
0, // ticket new AMQShortString(_type)); // type if (nowait) { protocolHandler.writeFrame(exchangeDeclare); } else { protocolHandler.syncWrite(exchangeDeclare, ExchangeDeclareOkBody.class, SYNC_TIMEOUT); }
340341342343344345346347348349350
365366367368369370371372373374375
353354355356357358359360361362363
364365366367368369370371372373374