You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvesspring-projects#2495
Although the factory bean has...
```java
/**
* Access the connection factory to set any other properties not supported by
* this factory bean.
* @return the connection factory.
* @SInCE 1.7.14
*/
public ConnectionFactory getRabbitConnectionFactory() {
```
...this new CF property could be a breaking change for users that configure the
factory bean using XML.
**cherry-pick to 2.4.x**
Resolves#2495
Although the factory bean has...
```java
/**
* Access the connection factory to set any other properties not supported by
* this factory bean.
* @return the connection factory.
* @SInCE 1.7.14
*/
public ConnectionFactory getRabbitConnectionFactory() {
```
...this new CF property could be a breaking change for users that configure the
factory bean using XML.
**cherry-pick to 2.4.x**
Resolves#2495
Although the factory bean has...
```java
/**
* Access the connection factory to set any other properties not supported by
* this factory bean.
* @return the connection factory.
* @SInCE 1.7.14
*/
public ConnectionFactory getRabbitConnectionFactory() {
```
...this new CF property could be a breaking change for users that configure the
factory bean using XML.
**cherry-pick to 2.4.x**
(cherry picked from commit a18470d)
See rabbitmq/rabbitmq-java-client#1063
The text was updated successfully, but these errors were encountered: