-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.2
-
Fix Version/s: EAP_EWP 5.2.0
-
Component/s: Other
-
Labels:None
-
Affects:Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Workaround Description:
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status:NEW
In an MDB, a reconnection interval and number of connection attempts can be specified:
// **** RECONNECT PARAMETERS *****************************
@ActivationConfigProperty(propertyName="reconnectAttempts", propertyValue="10"),
@ActivationConfigProperty(propertyName="reconnectInterval", propertyValue="60")
Providing a value of "-1" for "reconnectAttempts" should indicate an infinite number of retry attempts.