All Classes and Interfaces

Class
Description
A named Destination.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Defines life-cycle events supported by JmsDispatchFn.send(JmsDispatch).
Invoked immediately after JmsDispatchFn.send(JmsDispatch) is called and before any JMS API invocations to construct and send the message.
Invoked when an Exception has happened and before it is thrown to the caller interrupting JmsDispatchFn.send(JmsDispatch).
Invoked after the TextMessage has been sent and before JmsDispatchFn.send(JmsDispatch) returns successfully.
Invoked after TextMessage is created for the JmsDispatch and just before the message is sent.
 
Enables ByJms-annotated proxy interfaces scanning.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
JmsListenerConfigurer used to register InboundEndpoint's at run-time.
 
 
 
 
 
The abstraction of a Java type that is invokable by JmsMsg.type() to be registered in the registry.
 
 
 
 
Indication to Executor on how the action should be executed.
 
 
 
 
The abstraction of a fully-realized out-bound JMS message.
 
The abstraction of a JMS JMSProducer.
 
 
Custom version of JMS Message which does not throw.
Custom framework properties.
 
 
 
 
 
When applied to a parameter of a ByJms interface, it specifies the argument value should be used for Message.setJMSCorrelationID(String).
When applied to a parameter of a ByJms interface, it specified the argument should be used for MessageProducer.setDeliveryDelay(long).
Specifies the injection point for the value of JMS header 'JMSXDeliveryCount' on a ForJmsType object.
 
Specified the value for Message.setJMSExpiration(long).
 
 
 
 
 
 
 
 
Utility to un-pack a JMS message.