Class JmsPoolConnectionFactoryFactory

java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory

public class JmsPoolConnectionFactoryFactory extends Object
Factory to create a JmsPoolConnectionFactory from properties defined in JmsPoolConnectionFactoryProperties.
Since:
2.1.0
Author:
Stephane Nicoll
  • Constructor Details

  • Method Details

    • createPooledConnectionFactory

      public org.messaginghub.pooled.jms.JmsPoolConnectionFactory createPooledConnectionFactory(ConnectionFactory connectionFactory)
      Create a JmsPoolConnectionFactory based on the specified ConnectionFactory.
      Parameters:
      connectionFactory - the connection factory to wrap
      Returns:
      a pooled connection factory