Example usage for org.springframework.jms.support.destination DestinationResolver interface-usage

List of usage examples for org.springframework.jms.support.destination DestinationResolver interface-usage

Introduction

In this page you can find the example usage for org.springframework.jms.support.destination DestinationResolver interface-usage.

Usage

From source file org.bremersee.common.jms.DestinationByNameResolver.java

/**
 * @author Christian Bremer
 *
 */
public class DestinationByNameResolver implements DestinationResolver {

From source file org.finra.dm.service.helper.DmJmsDestinationResolver.java

@Component
public class DmJmsDestinationResolver implements DestinationResolver {
    @Autowired
    private ConfigurationHelper configurationHelper;

    // The queue name that is used to annotate the JMS listener {@link DmJmsMessageListener}. 

From source file org.finra.herd.service.helper.HerdJmsDestinationResolver.java

@Component
public class HerdJmsDestinationResolver implements DestinationResolver {
    private static final Logger LOGGER = LoggerFactory.getLogger(HerdJmsDestinationResolver.class);

    // The queue names that are used to annotate the JMS listener {@link HerdJmsMessageListener}.
    public static final String SQS_DESTINATION_HERD_INCOMING = "herd_incoming_queue";