Package | Description |
---|---|
org.springframework.amqp.rabbit.connection |
Provides classes related to connections.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingConnectionFactory
A
ConnectionFactory implementation that (when the cache mode is CachingConnectionFactory.CacheMode.CHANNEL (default)
returns the same Connection from all CachingConnectionFactory.createConnection()
calls, and ignores calls to Connection.close() and caches
Channel . |
Copyright © 2018. All rights reserved.