Package io.micronaut.jms.pool
Class SessionPoolFactory
java.lang.Object
io.micronaut.jms.pool.SessionPoolFactory
Factory for generating a
SessionPool from a Connection.- Since:
- 1.0.0
- Author:
- Elliott Pope
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSessionPool(javax.jms.Connection connection) Returns aSessionPoolfrom the providedconnection.
-
Constructor Details
-
SessionPoolFactory
-
-
Method Details
-
getSessionPool
Returns aSessionPoolfrom the providedconnection.- Parameters:
connection- the connection- Returns:
- a
SessionPoolfrom the providedconnection.
-