Example usage for javax.jms QueueSender interface-usage

List of usage examples for javax.jms QueueSender interface-usage

Introduction

In this page you can find the example usage for javax.jms QueueSender interface-usage.

Usage

From source file com.amazon.sqs.javamessaging.SQSMessageProducer.java

/**
 * A client uses a MessageProducer object to send messages to a queue
 * destination. A MessageProducer object is created by passing a Destination
 * object to a message-producer creation method supplied by a session.
 * <P>
 * A client also has the option of creating a message producer without supplying