Interface | Description |
---|---|
MessageReceiver |
MessageReceiver is an interface that receives JMS Messages from their
originations and puts them to an XQueue as the output.
|
Class | Description |
---|---|
DocumentReceiver |
DocumentReceiver monitors a file or page on a server and retrieves the
document from it.
|
FileReceiver |
FileReceiver monitors a file or page on a server and retrieves the file
from it.
|
HeartbeatGenerator |
HeartbeatGenerator as a daemon periodically generates time sequence events
of JMS messages according to predefined policies.
|
JDBCReceiver |
JDBCReceiver monitors a JDBC data source and retrieves the records
from it via a query.
|
JMSReceiver |
JMSReceiver listens to a JMS Queue and receives JMS messages
from it.
|
JMSSubscriber |
JMSSubscriber subscribes a JMS Topic and receives JMS messages
from it.
|
JMXReceiver |
JMXReceiver listens on JMX notifications from a JMX service and puts
notification content to JMS messages.
|
LogReceiver |
LogReceiver listens to a log file and fetches all new entries of it.
|
LogScissor |
LogScissor continuously monitors the size of the logfile and renames
the file into a new name with a sequentical id if either the session
times out and the file size is none zero, or the size reaches the
threshold before the timeout.
|
PacketReceiver |
PacketReceiver listens to a UDP socket and receives packets
from it.
|
Receiver |
Receiver is an abstract class of MessageReceiver.
|
RedisReceiver |
RedisReceiver block-pops items from a given redis list or subscribes a given
redis channel, and puts content to JMS messages.
|
RMQReceiver |
RMQReceiver listens to a RabbitMQ queue and receives messages from it.
|
ServerListener |
ServerListener listens to a ServerSocket and accepts socket connections
from it.
|
ServerReceiver |
ServerReceiver listens to a ServerSocket and accepts socket connections
from it.
|
StreamReceiver |
StreamReceiver listens to an InputStream and receives byte stream
from it.
|