Example usage for org.springframework.amqp.core MessagePostProcessor interface-usage

List of usage examples for org.springframework.amqp.core MessagePostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.core MessagePostProcessor interface-usage.

Usage

From source file org.springframework.amqp.support.postprocessor.AbstractCompressingPostProcessor.java

/**
 * Base class for post processors that compress the message body. The content encoding is
 * set to {@link #getEncoding()} or {@link #getEncoding()} + ":" + existing encoding, if
 * present.
 *
 * @author Gary Russell