471472473474475476477478479480481
{ try { ProtonSession protonSession = getSession(session); session.setContext(protonSession); session.open(); } catch (HornetQAMQPException e) { protonConnection.setCondition(new ErrorCondition(e.getAmqpError(), e.getMessage()));