Interface ConnectionValidator

All Known Implementing Classes:
ActiveMQConnectionValidator

public interface ConnectionValidator
Interface used to define custom validator class that uses JMS Provider specific approach to determine if a broker connection is valid
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    connectionClosedOrInvalid(javax.jms.Connection connection)
     
  • Method Details

    • connectionClosedOrInvalid

      boolean connectionClosedOrInvalid(javax.jms.Connection connection)