Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
org.apache.qpid.jms.message | |
org.apache.qpid.jms.meta | |
org.apache.qpid.jms.provider.amqp |
Modifier and Type | Method and Description |
---|---|
protected JmsProducerId |
JmsSession.getNextProducerId() |
protected JmsProducerId |
JmsMessageProducer.getProducerId() |
Constructor and Description |
---|
JmsMessageProducer(JmsProducerId producerId,
JmsSession session,
JmsDestination destination) |
JmsQueueSender(JmsProducerId id,
JmsSession session,
JmsDestination destination) |
JmsTopicPublisher(JmsProducerId id,
JmsSession session,
JmsDestination destination) |
Modifier and Type | Method and Description |
---|---|
JmsProducerId |
JmsOutboundMessageDispatch.getProducerId() |
Modifier and Type | Method and Description |
---|---|
void |
JmsOutboundMessageDispatch.setProducerId(JmsProducerId producerId) |
Modifier and Type | Method and Description |
---|---|
JmsProducerId |
JmsProducerInfo.getId() |
Modifier and Type | Method and Description |
---|---|
int |
JmsProducerId.compareTo(JmsProducerId other) |
Constructor and Description |
---|
JmsConnectionId(JmsProducerId id) |
JmsProducerId(JmsProducerId id) |
JmsProducerInfo(JmsProducerId producerId) |
JmsSessionId(JmsProducerId id) |
Modifier and Type | Method and Description |
---|---|
JmsProducerId |
AmqpProducer.getProducerId() |
Modifier and Type | Method and Description |
---|---|
AmqpProducer |
AmqpSession.getProducer(JmsProducerId producerId) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.