public interface SubscriptionNameProvider
Applies to javax.jms.MessageListener
objects as well as to
SessionAwareMessageListener
objects and plain listener methods
(as supported by MessageListenerAdapter
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSubscriptionName()
Determine the subscription name for this message listener object.
|