18 #ifndef _CMS_MESSAGETRANSFORMER_H_ 19 #define _CMS_MESSAGETRANSFORMER_H_ 25 class MessageProducer;
26 class MessageConsumer;
Root of all messages.
Definition: Message.h:88
A Session object is a single-threaded context for producing and consuming messages.
Definition: Session.h:105
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: DestinationResolver.h:23
A client uses a MessageProducer object to send messages to a Destination.
Definition: MessageProducer.h:60
A client uses a MessageConsumer to received messages from a destination.
Definition: MessageConsumer.h:63