|
Habari Client for ActiveMQ 3.0
Delphi and Free Pascal client library for the Apache ActiveMQ open source message broker
|
| IClientLibraryInfo | A ClientLibraryInfo object provides information about the JMS client library |
| IConnection | Represents a connection with a message broker |
| IConnectionFactory | A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator |
| IDestination | A Destination object encapsulates a provider-specific address |
| IMessage | Represents a message either to be sent to a message broker or received from a message broker |
| IMessageConsumer | A client uses a MessageConsumer object to receive messages from a destination |
| IMessageListener | A MessageListener object is used to receive asynchronously delivered messages |
| IMessageProducer | An object capable of sending messages to some destination |
| IMessageTransformer | A plugin strategy for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
| IQueue | A Queue object encapsulates a provider-specific queue name |
| IQueueBrowser | A client uses a QueueBrowser object to look at messages on a queue without removing them |
| ISession | Represents a single unit of work on an IConnection |
| ITemporaryQueue | A ITemporaryQueue object is a unique IQueue object created for the duration of a IConnection |
| ITemporaryTopic | A ITemporaryTopic object is a unique ITopic object created for the duration of a IConnection |
| ITopic | A ITopic object encapsulates a provider-specific topic name |
| ITopicSubscriber | A client uses a TopicSubscriber object to receive messages that have been published to a topic |
| TBTClientLibraryInfo | A TBTClientLibraryInfo object contains information about a client library |
| TBTDestination | TBTDestination |
| TBTJMSBytesMessage | This object represents a JMS byte array message |
| TBTJMSConnection | A Connection object is a client's active connection to its JMS provider |
| TBTJMSConnectionFactory | A ConnectionFactory is used for creating Connections |
| TBTJMSMapMessage | A MapMessage object is used to send a set of name-value pairs |
| TBTJMSMessage | This object represents a JMS message |
| TBTJMSObjectMessage | This object represents a JMS object message |
| TBTJMSSession | A Session object is a single-threaded context for producing and consuming messages |
| TBTJMSTextMessage | This object represents a JMS text message |
| TBTMessage | This object represents a JMS message |
| TBTMessageConsumer | A client uses a MessageConsumer object to receive messages from a destination |
| TBTMessageProducer | A client uses a MessageProducer object to send messages to a destination |
| TBTMessageTransformer | An implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
| TBTMessageTransformerJSONlk | TBTMessageTransformerJSONlk provides methods to decode and encode objects using JSON |
| TBTMessageTransformerJSONSuperObject | TBTMessageTransformerJSON provides methods to decode and encode objects using JSON |
| TBTMessageTransformerXMLMapNative | A XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
| TBTMessageTransformerXMLMapOmni | A XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
| TBTMessageTransformerXMLNative | A XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
| TBTMessageTransformerXMLOmni | A XML implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
| TBTQueue | A Queue object encapsulates a provider-specific queue name |
| TBTQueueRequestor | The QueueRequestor helper class simplifies making service requests |
| TBTTemporaryQueue | TBTTemporaryQueue |
| TBTTemporaryTopic | TBTTemporaryTopic |
| TBTTopic | A Topic object encapsulates a provider-specific topic name |
| TBTTopicSubscriber | A client uses a TopicSubscriber object to receive messages that have been published to a topic |