An enhancement to the StandardJmsConverter class to copy across any headers from the Kafka record into the JMS message's properties as part of sink connector processing.
The datatype conversion uses the same mechanism as is already in-place for setting the KafkaKey JMS message property.
Added both "queue" and "topic" tests for the sink connector.
An enhancement to the StandardJmsConverter class to copy across any headers from the Kafka record into the JMS message's properties as part of sink connector processing.
The datatype conversion uses the same mechanism as is already in-place for setting the
KafkaKey
JMS message property.Added both "queue" and "topic" tests for the sink connector.