A Delegate that is called each time a Message is dispatched to allow the client to do
any necessary transformations on the received message before it is delivered. The
ConnectionFactory sets the provided delegate instance on each Connection instance that
is created from this factory, each connection in turn passes the delegate along to each
Session it creates which then passes that along to the Consumers it creates.
Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
JavaScript |
---|
function get_consumerTransformer();
function set_consumerTransformer(value); |
See Also