Uses of Interface
org.apache.camel.component.jms.JmsKeyFormatStrategy
Packages that use JmsKeyFormatStrategy
-
Uses of JmsKeyFormatStrategy in org.apache.camel.component.jms
Classes in org.apache.camel.component.jms that implement JmsKeyFormatStrategyModifier and TypeClassDescriptionclassDefault strategy that handles dots and hyphens.classA strategy that does not do any encoding or decoding, eg. the keys is passed through as is.Methods in org.apache.camel.component.jms that return JmsKeyFormatStrategyModifier and TypeMethodDescriptionJmsComponent.getJmsKeyFormatStrategy()JmsConfiguration.getJmsKeyFormatStrategy()JmsEndpoint.getJmsKeyFormatStrategy()Methods in org.apache.camel.component.jms with parameters of type JmsKeyFormatStrategyModifier and TypeMethodDescriptionvoidJmsComponent.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) voidJmsConfiguration.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys, so they can be compliant with the JMS specification.voidJmsEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsHeaderStrategy)