Skip to content

Resolve deprecations for the RabbitListenerErrorHandler #2727

Closed
@artembilan

Description

@artembilan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions