JMS-specific implementation of the JCA 1.5
MessageEndpointFactory interface,
providing transaction management capabilities for a JMS listener object
(e.g. a MessageListener object).
Uses a static endpoint implementation, simply wrapping the
specified message listener object and exposing all of its implemented
interfaces on the endpoint instance.
Typically used with Spring's JmsMessageEndpointManager ,
but not tied to it. As a consequence, this endpoint factory could
also be used with programmatic endpoint management on a native
ResourceAdapter instance.
Uses a static endpoint implementation, simply wrapping the specified message listener object and exposing all of its implemented interfaces on the endpoint instance.
Typically used with Spring's JmsMessageEndpointManager , but not tied to it. As a consequence, this endpoint factory could also be used with programmatic endpoint management on a native ResourceAdapter instance.