Example usage for org.springframework.jms.core JmsOperations interface-usage

List of usage examples for org.springframework.jms.core JmsOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.jms.core JmsOperations interface-usage.

Usage

From source file ru.anr.base.tests.TestJmsOperations.java

/**
 * A test implementation for {@link JmsOperations} to use instead of real JMS
 * template.
 *
 *
 * @author Alexey Romanchuk

From source file org.springframework.jms.core.JmsTemplate.java

/**
 * Helper class that simplifies JMS access code. This class requires a
 * JMS 1.1 provider, because it builds on the new domain-independent API.
 * <b>Use the {@link JmsTemplate102 JmsTemplate102} subclass for
 * JMS 1.0.2 providers.</b>
 *

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.
    */