Class PassThroughJmsKeyFormatStrategy

java.lang.Object
org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy
All Implemented Interfaces:
JmsKeyFormatStrategy

public class PassThroughJmsKeyFormatStrategy extends Object implements JmsKeyFormatStrategy
A strategy that does not do any encoding or decoding, eg. the keys is passed through as is.
  • Constructor Details

    • PassThroughJmsKeyFormatStrategy

      public PassThroughJmsKeyFormatStrategy()
  • Method Details