Solace spring cloud stream support
akg17
Member Posts: 76 ✭
Couple of questions i have
Does solace has compress support for producer ?
producer:
compress: trueDoes autoBindError Queue is supported only in consumer or producer ?
- if i enable error-channel-enabled: true, is there a way to listen to all the error together in one channel,
and i would be able to drop them back to error queues figuring out the error queues.
@ServiceActivator(inputChannel="my/default/topic.errors") public void handlePublishError(ErrorMessage message) { logger.warn("Message Publish Failed for: " + message); logger.info("Original Message: " + message.getOriginalMessage()); }
- useGroupNameInQueueName this is there for only consumer wont create any issue for producer ?
@marc
Tagged:
0