protected static final String draw_dest="/topics/draw-demo";
protected static final String clients_dest="/topics/clients";
public StompDraw(String host, String port) throws Exception {
stomp_client=new StompConnection(host + ":" + port);
stomp_client.addListener(this);
}