void |
ActiveMQConnection.setTransformer(MessageTransformer transformer) |
Sets the transformer used to transform messages before they are sent on
to the JMS bus or when they are received from the bus but before they are
delivered to the JMS client
|
void |
ActiveMQConnectionFactory.setTransformer(MessageTransformer transformer) |
Sets the transformer used to transform messages before they are sent on
to the JMS bus or when they are received from the bus but before they are
delivered to the JMS client
|
void |
ActiveMQMessageConsumer.setTransformer(MessageTransformer transformer) |
Sets the transformer used to transform messages before they are sent on
to the JMS bus
|
void |
ActiveMQMessageProducer.setTransformer(MessageTransformer transformer) |
Sets the transformer used to transform messages before they are sent on
to the JMS bus
|
void |
ActiveMQSession.setTransformer(MessageTransformer transformer) |
Sets the transformer used to transform messages before they are sent on
to the JMS bus or when they are received from the bus but before they are
delivered to the JMS client
|