Package me.ehp246.aufjms.api.annotation
Annotation Interface ByJms
- Since:
- 1.0
- Author:
- Lei Yang
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecifies the connection factory name with which the interface retrieves a Connection from ConnectionFactoryProvider.get(String).Specifies an optional bean name by which the proxy interface can be injected.Supports Spring property placeholder.
-
Element Details
-
-
name
String nameSpecifies an optional bean name by which the proxy interface can be injected.The default name is
Class.getSimpleName().- Returns:
- the bean name of the proxy interface.
- Default:
- ""
-
ttl
String ttlSupports Spring property placeholder.- Default:
- ""
-
replyTo
ByJms.To replyTo- Default:
- @me.ehp246.aufjms.api.annotation.ByJms.To("")
-
connectionFactory
String connectionFactorySpecifies the connection factory name with which the interface retrieves a Connection from ConnectionFactoryProvider.get(String).- Default:
- ""
-