Class SessionPoolFactory

java.lang.Object
io.micronaut.jms.pool.SessionPoolFactory

@Context public class SessionPoolFactory extends Object
Factory for generating a SessionPool from a Connection.
Since:
1.0.0
Author:
Elliott Pope
See Also:
  • Constructor Details

  • Method Details

    • getSessionPool

      public SessionPool getSessionPool(jakarta.jms.Connection connection)
      Returns a SessionPool from the provided connection.
      Parameters:
      connection - the connection
      Returns:
      a SessionPool from the provided connection.