stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Suppress the exception stack trace that is being raised to stdout #162

Closed thiagoxvo closed 4 years ago

thiagoxvo commented 4 years ago

Solves #161

Suppress the exception stack trace that is being raised to stdout. Keep the option to still display the stack trace in case the env variable OSSDBG is set to true.

gmallard commented 4 years ago

Merged and on the dev branch at present.

Merge Commit: 6c9f775

thiagoxvo commented 4 years ago

Thanks!