Habari Client for ActiveMQ 3.0
Delphi and Free Pascal client library for the Apache ActiveMQ open source message broker

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
IClientLibraryInfoA ClientLibraryInfo object provides information about the JMS client library
IConnectionRepresents a connection with a message broker
IConnectionFactoryA ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator
IDestinationA Destination object encapsulates a provider-specific address
IMessageRepresents a message either to be sent to a message broker or received from a message broker
IMessageConsumerA client uses a MessageConsumer object to receive messages from a destination
IMessageListenerA MessageListener object is used to receive asynchronously delivered messages
IMessageProducerAn object capable of sending messages to some destination
IMessageTransformerA plugin strategy for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
IQueueA Queue object encapsulates a provider-specific queue name
IQueueBrowserA client uses a QueueBrowser object to look at messages on a queue without removing them
ISessionRepresents a single unit of work on an IConnection
ITemporaryQueueA ITemporaryQueue object is a unique IQueue object created for the duration of a IConnection
ITemporaryTopicA ITemporaryTopic object is a unique ITopic object created for the duration of a IConnection
ITopicA ITopic object encapsulates a provider-specific topic name
ITopicSubscriberA client uses a TopicSubscriber object to receive messages that have been published to a topic
TBTClientLibraryInfoA TBTClientLibraryInfo object contains information about a client library
TBTDestinationTBTDestination
TBTJMSBytesMessageThis object represents a JMS byte array message
TBTJMSConnectionA Connection object is a client's active connection to its JMS provider
TBTJMSConnectionFactoryA ConnectionFactory is used for creating Connections
TBTJMSMapMessageA MapMessage object is used to send a set of name-value pairs
TBTJMSMessageThis object represents a JMS message
TBTJMSObjectMessageThis object represents a JMS object message
TBTJMSSessionA Session object is a single-threaded context for producing and consuming messages
TBTJMSTextMessageThis object represents a JMS text message
TBTMessageThis object represents a JMS message
TBTMessageConsumerA client uses a MessageConsumer object to receive messages from a destination
TBTMessageProducerA client uses a MessageProducer object to send messages to a destination
TBTMessageTransformerAn implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
TBTMessageTransformerJSONlkTBTMessageTransformerJSONlk provides methods to decode and encode objects using JSON
TBTMessageTransformerJSONSuperObjectTBTMessageTransformerJSON provides methods to decode and encode objects using JSON
TBTMessageTransformerXMLMapNativeA XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
TBTMessageTransformerXMLMapOmniA XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
TBTMessageTransformerXMLNativeA XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
TBTMessageTransformerXMLOmniA XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
TBTQueueA Queue object encapsulates a provider-specific queue name
TBTQueueRequestorThe QueueRequestor helper class simplifies making service requests
TBTTemporaryQueueTBTTemporaryQueue
TBTTemporaryTopicTBTTemporaryTopic
TBTTopicA Topic object encapsulates a provider-specific topic name
TBTTopicSubscriberA client uses a TopicSubscriber object to receive messages that have been published to a topic
 All Classes Functions Variables