Hello

I have this code and work fine

Code:
<int-jms:message-driven-channel-adapter id="jmsEntrada"
						         channel="recepcion"
							 connection-factory="connectionFactory"
							 destination-name="ordenpedido-usa"
							 />
With STS, within the editor, it indicate me in the left part a warning message (triangle yellow) that said

Code:
Referenced bean 'org.springframework.jms.listener.DefaultMessageListenerContainer#0' not found
Is normal this?, how I can remove it?