The following tables list the members exposed by CachingConnectionFactory.
Name | Description | |
---|---|---|
![]() | CachingConnectionFactory Constructor | Overloaded. Initializes a new instance of the Object class. |
Name | Description | |
---|---|---|
![]() | Active | |
![]() | ChannelCacheSize | |
![]() | HostName | (Inherited from SingleConnectionFactory) |
![]() | RabbitConnectionFactory | (Inherited from SingleConnectionFactory) |
![]() | VirtualHost | (Inherited from SingleConnectionFactory) |
Name | Description | |
---|---|---|
![]() | AfterPropertiesSet | (Inherited from SingleConnectionFactory) |
![]() | CreateConnection | (Inherited from SingleConnectionFactory) |
![]() | Dispose | Close the underlying shared connection. (Inherited from SingleConnectionFactory) |
![]() | GetChannel | Overridden. |
![]() | InitConnection | Initialize the underlying shared Connection. Closes and reinitializes the Connection if an underlying Connection is present already. (Inherited from SingleConnectionFactory) |
![]() | ResetConnection | Overridden. |
![]() | ToString | (Inherited from SingleConnectionFactory) |
Name | Description | |
---|---|---|
![]() | CloseConnection | Closes the given connection. (Inherited from SingleConnectionFactory) |
![]() | CreateChannel | (Inherited from SingleConnectionFactory) |
![]() | DoCreateConnection | (Inherited from SingleConnectionFactory) |
![]() | GetCachedModelWrapper | Wraps the given Model so that it delegates every method call to the target model but adapts close calls. This is useful for allowing application code to handle a special framework Model just like an ordinary Model. |
![]() | GetSharedConnection | Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls. This is useful for allowing application code to handle a special framework Connection just like an ordinary Connection from a ConnectionFactory. (Inherited from SingleConnectionFactory) |
![]() | PrepareConnection | (Inherited from SingleConnectionFactory) |