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
-
Method Summary
Modifier and TypeMethodDescriptiongetSessionPool
(javax.jms.Connection connection) Returns aSessionPool
from the providedconnection
.
-
Constructor Details
-
SessionPoolFactory
-
-
Method Details
-
getSessionPool
Returns aSessionPool
from the providedconnection
.- Parameters:
connection
- the connection- Returns:
- a
SessionPool
from the providedconnection
.
-