| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmsQueueSender
Implementation of a Queue Sender
|
class |
JmsTopicPublisher
Implementation of a TopicPublisher
|
| Modifier and Type | Method and Description |
|---|---|
protected JmsMessageProducer |
JmsSession.lookup(JmsProducerId producerId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JmsSession.add(JmsMessageProducer producer) |
protected void |
JmsSession.remove(JmsMessageProducer producer) |
protected void |
JmsSession.send(JmsMessageProducer producer,
javax.jms.Destination dest,
javax.jms.Message msg,
int deliveryMode,
int priority,
long timeToLive,
boolean disableMsgId,
boolean disableTimestamp,
long deliveryDelay,
javax.jms.CompletionListener listener) |
| Constructor and Description |
|---|
JmsProducer(JmsSession session,
JmsMessageProducer producer)
Create a new JMSProducer instance.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.