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

Resolve deprecations for the RabbitListenerErrorHandler #2727

Closed
artembilan opened this issue Jun 3, 2024 · 1 comment
Closed

Resolve deprecations for the RabbitListenerErrorHandler #2727

artembilan opened this issue Jun 3, 2024 · 1 comment

Comments

@artembilan
Copy link
Member

Now its definition supposed to be like:

		@Bean
		public RabbitListenerErrorHandler rleh() {
			return (amqpMessage, channel, message, exception) -> null;
		}

and AmqpHeaders.CHANNEL header is not needed in the Message<?> any more.

@artembilan artembilan added this to the 3.2.0-M1 milestone Jun 3, 2024
@artembilan
Copy link
Member Author

Related to #2652

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant