public interface

SubscriptionNameProvider

org.springframework.jms.listener.SubscriptionNameProvider
Known Indirect Subclasses

Class Overview

Interface to be implemented by message listener objects that suggest a specific name for a durable subscription that they might be registered with. Otherwise the listener class name will be used as a default subscription name.

Applies to javax.jms.MessageListener objects as well as to SessionAwareMessageListener objects and plain listener methods (as supported by MessageListenerAdapter.

Summary

Public Methods
abstract String getSubscriptionName()
Determine the subscription name for this message listener object.

Public Methods

public abstract String getSubscriptionName ()

Determine the subscription name for this message listener object.