public interface JmsKeyFormatStrategy
Modifier and Type | Method and Description |
---|---|
String |
decodeKey(String key)
Decodes the key after its received from a
Message message. |
String |
encodeKey(String key)
Encodes the key before its sent as a
Message message. |
Apache Camel