Example usage for org.springframework.jms.support.destination JmsDestinationAccessor subclass-usage

List of usage examples for org.springframework.jms.support.destination JmsDestinationAccessor subclass-usage

Introduction

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

Usage

From source file com.shopzilla.spring.messaging.jms.mdp.batch.BatchMessageListenerContainer.java

/**
 * Modelled on Spring's {@link org.springframework.jms.listener.AbstractMessageListenerContainer} this supports the batching of
 * messages before being sent to an {@link com.shopzilla.spring.messaging.jms.mdp.batch.BatchMessageListener} with a timeout period to ensure
 * timely delivery of messages when a batch is incomplete.
 *
 * <p>

From source file com.ccc.ccm.client.JMSTemplateAutowired.java

public class JMSTemplateAutowired extends JmsDestinationAccessor implements JmsOperations {

    /**
    * Timeout value indicating that a receive operation should
    * check if a message is immediately available without blocking.
    */