Hi,
Does the "
More Configurations by Code" property works on this component ?
Adding code into the box generates errors. I switched to the code view and the new code does not seem to be well inserted ...
I've added "new MyPrepareProcessor();" and it generates something like that :
errorHandler(deadLetterChannel("queue.error.test").maximumRedeliveries(2).redeliveryDelay(1000).useOriginalMessage()new MyPrepareProcessor();
);
I did not find any documentation regarding this option, has anyone already used this feature ?
Thanks !
Romain.