Codota Logo
RepublishMessageRecoverer.setErrorRoutingKeyPrefix
Code IndexAdd Codota to your IDE (free)

How to use
setErrorRoutingKeyPrefix
method
in
org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer

Best Java code snippets using org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer.setErrorRoutingKeyPrefix (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Charset c =
  • Codota IconString charsetName;Charset.forName(charsetName)
  • Codota IconCharset.defaultCharset()
  • Codota IconContentType contentType;contentType.getCharset()
  • Smart code suggestions by Codota
}
origin: spring-projects/spring-amqp

/**
 * Apply a prefix to the outbound routing key, which will be prefixed to the original message
 * routing key (if no explicit routing key was provided in the constructor; ignored otherwise.
 * Use an empty string ("") for no prefixing.
 * @param errorRoutingKeyPrefix The prefix (default "error.").
 * @return this.
 */
public RepublishMessageRecoverer errorRoutingKeyPrefix(String errorRoutingKeyPrefix) {
  this.setErrorRoutingKeyPrefix(errorRoutingKeyPrefix);
  return this;
}
origin: org.springframework.amqp/spring-rabbit

/**
 * Apply a prefix to the outbound routing key, which will be prefixed to the original message
 * routing key (if no explicit routing key was provided in the constructor; ignored otherwise.
 * Use an empty string ("") for no prefixing.
 * @param errorRoutingKeyPrefix The prefix (default "error.").
 * @return this.
 */
public RepublishMessageRecoverer errorRoutingKeyPrefix(String errorRoutingKeyPrefix) {
  this.setErrorRoutingKeyPrefix(errorRoutingKeyPrefix);
  return this;
}
org.springframework.amqp.rabbit.retryRepublishMessageRecoverersetErrorRoutingKeyPrefix

Popular methods of RepublishMessageRecoverer

  • additionalHeaders
    Subclasses can override this method to add more headers to the republished message.
  • getStackTraceAsString
  • prefixedOriginalRoutingKey
  • processStackTrace
  • <init>
  • errorRoutingKeyPrefix
    Apply a prefix to the outbound routing key, which will be prefixed to the original message routing k
  • recover
  • setDeliveryMode
    Specify a MessageDeliveryMode to set into the message to republish if the message doesn't have it al

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setContentView (Activity)
  • onCreateOptionsMenu (Activity)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • JList (javax.swing)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now