| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmsDurableTopicSubscriber
Implementation of a TopicSubscriber that is Durable
|
class |
JmsQueueReceiver
Implementation of a JMS QueueReceiver
|
class |
JmsSharedDurableMessageConsumer
Implementation of a JmsMessageConsumer that is part of a Shared Durable Subscription
|
class |
JmsSharedMessageConsumer
Implementation of a JmsMessageConsumer that is part of a Shared Subscription
|
class |
JmsTopicSubscriber
Implementation of a TopicSubscriber
|
| Modifier and Type | Method and Description |
|---|---|
protected JmsMessageConsumer |
JmsSession.lookup(JmsConsumerId consumerId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JmsSession.add(JmsMessageConsumer consumer) |
protected void |
JmsSession.remove(JmsMessageConsumer consumer) |
| Constructor and Description |
|---|
JmsConsumer(JmsSession session,
JmsMessageConsumer consumer) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.