* Add command-line subscription listener. So you can do:
> stomp -H localhost -P 61613 -L /queue/test
* Add verbose option to command-line client (verbose "on" by default, if "off", headers aren't written to stdout)
* Fix problem with connect wait (should not wait if the connection fails)
* Throw exception when the connect fails (only if wait=True)
* Add PrintingListener (useful for debugging)