spring-framework / org.springframework.jms.connection / SmartConnectionFactory / shouldStop

shouldStop

abstract fun shouldStop(con: Connection): Boolean

Should we stop the Connection, obtained from this ConnectionFactory?

Parameters

con - the Connection to check

Return
whether a stop call is necessary

See Also
javax.jms.Connection#stop()