|
|
@ -169,7 +169,7 @@ public class RocketMQMessageChannelBinder extends
|
|
|
|
rocketMQTemplate, destination.getName(), producerGroup,
|
|
|
|
rocketMQTemplate, destination.getName(), producerGroup,
|
|
|
|
producerProperties.getExtension().getTransactional(),
|
|
|
|
producerProperties.getExtension().getTransactional(),
|
|
|
|
instrumentationManager, producerProperties,
|
|
|
|
instrumentationManager, producerProperties,
|
|
|
|
((AbstractMessageChannel) channel).getChannelInterceptors().stream()
|
|
|
|
((AbstractMessageChannel) channel).getInterceptors().stream()
|
|
|
|
.filter(channelInterceptor -> channelInterceptor instanceof MessageConverterConfigurer.PartitioningInterceptor)
|
|
|
|
.filter(channelInterceptor -> channelInterceptor instanceof MessageConverterConfigurer.PartitioningInterceptor)
|
|
|
|
.map(channelInterceptor -> ((MessageConverterConfigurer.PartitioningInterceptor) channelInterceptor))
|
|
|
|
.map(channelInterceptor -> ((MessageConverterConfigurer.PartitioningInterceptor) channelInterceptor))
|
|
|
|
.findFirst().orElse(null));
|
|
|
|
.findFirst().orElse(null));
|
|
|
|