HashSet<Object> endpointsBeingProcessed = new HashSet<Object>();
public Sasl sasl;
public void bind(Transport transport) throws Exception {
this.protonTransport = new TransportImpl();
this.protonTransport.setProtocolTracer(new ProtocolTracer() {
public void receivedFrame(TransportFrame transportFrame) {
System.out.println(String.format("RECV: %s:%05d | %s", hawtdispatchTransport.getRemoteAddress(), transportFrame.getChannel(), transportFrame.getBody()));
}