Note that this class implements Spring's {@link org.springframework.jms.listener.SessionAwareMessageListener}interface, since it requires access to the active JMS Session. Hence, this class can only be used with message listener containers which support the SessionAwareMessageListener interface (e.g. Spring's {@link org.springframework.jms.listener.DefaultMessageListenerContainer}).
Thanks to James Strachan for the original prototype that this JMS invoker mechanism was inspired by! @author Juergen Hoeller @author James Strachan @since 2.0 @see JmsInvokerClientInterceptor @see JmsInvokerProxyFactoryBean
|
|