394041424344454647
try { this.client.close(); this.rabbitMqToThriftConnector.destroy(); } catch (IOException e) { throw new RabbitMqException( "Exception while destroying MediaServerBroker", e); } }