Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.camel |
Defines a JMS client which is capable of sending and receiving messages to
Apache Camel
endpoints to provide
Enterprise Integration Patterns
integration in any JMS client application.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQMessageProducer
A client uses a
MessageProducer object to send messages to a
destination. |
class |
ActiveMQQueueSender
A client uses a
QueueSender object to send messages to a
queue. |
class |
ActiveMQTopicPublisher
A client uses a
TopicPublisher object to publish messages on
a topic. |
Modifier and Type | Class and Description |
---|---|
class |
CamelMessageProducer
A JMS
MessageProducer which sends message exchanges to a
Camel Endpoint |
class |
CamelQueueSender
A JMS
QueueSender which sends message exchanges to a Camel
Endpoint |
class |
CamelTopicPublisher
A JMS
TopicPublisher which sends message exchanges to a
Camel Endpoint |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.