Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.web |
Web Connectors so that messages can be sent via HTTP POST or read via
HTTP POST or GET as well as support for web streaming to web browser or
JavaScript clients.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQMessageConsumer
A client uses a
MessageConsumer object to receive messages
from a destination. |
class |
ActiveMQQueueReceiver
A client uses a
QueueReceiver object to receive messages that
have been delivered to a queue. |
class |
ActiveMQTopicSubscriber
A client uses a
TopicSubscriber object to receive messages
that have been published to a topic. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MessageAvailableConsumer,java.lang.String> |
AjaxWebClient.getDestinationNameMap() |
java.util.Map<MessageAvailableConsumer,java.lang.String> |
AjaxWebClient.getIdMap() |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.