Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add maxInboundMessageSize to RabbitConnectionFactoryBean #2495

Closed
garyrussell opened this issue Jul 26, 2023 · 0 comments · Fixed by #2496
Closed

Add maxInboundMessageSize to RabbitConnectionFactoryBean #2495

garyrussell opened this issue Jul 26, 2023 · 0 comments · Fixed by #2496

Comments

@garyrussell
Copy link
Contributor

See rabbitmq/rabbitmq-java-client#1063

@garyrussell garyrussell added this to the 3.0.8 milestone Jul 26, 2023
@garyrussell garyrussell self-assigned this Jul 26, 2023
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Jul 26, 2023
Resolves spring-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**
artembilan pushed a commit that referenced this issue Jul 26, 2023
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**
artembilan pushed a commit that referenced this issue Jul 26, 2023
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)
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant