Package org.apache.camel.component.jms
Interface JmsKeyFormatStrategy
-
- All Known Implementing Classes:
DefaultJmsKeyFormatStrategy,PassThroughJmsKeyFormatStrategy
public interface JmsKeyFormatStrategyStrategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdecodeKey(String key)Decodes the key after its received from aMessagemessage.StringencodeKey(String key)Encodes the key before its sent as aMessagemessage.
-