Is there a way to specify MessageSelector on a JMS queue with jms:message-driven-channel-adapter?
I have an event publishing JNDI queue configured within jms:message-driven-channel-adapter, and I want to pick up only those messages, where the JMS message header property "source" is "myApp".
