abstract fun shouldStop(con: Connection): Boolean
Should we stop the Connection, obtained from this ConnectionFactory?
con - the Connection to check
con
Return whether a stop call is necessary
See Also javax.jms.Connection#stop()