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 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) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.