| 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 | Method and Description |
|---|---|
MessageAvailableListener |
MessageAvailableConsumer.getAvailableListener()
Gets the listener used to notify synchronous consumers that there is a message
available so that the
MessageConsumer.receiveNoWait() can be called. |
MessageAvailableListener |
ActiveMQMessageConsumer.getAvailableListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageAvailableConsumer.setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a message
available so that the
MessageConsumer.receiveNoWait() can be called. |
void |
ActiveMQMessageConsumer.setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a
message available so that the
MessageConsumer.receiveNoWait() can
be called. |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxListener |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.