I am currently reading through spring integration topics. Came across a notation/prefix --> "int" used in the XML configurations in spring-integration.
<int:channel id="errorChannel">
<int:queue capacity="500"/>
Can anyone help me in understanding it ? Also somewhere I have seen 'si' being used. What exactly these prefixes specify & are they spring integration specific ? Thanks in advance!