user manual

396 BES Developers Guide
Complete Index of EJB Properties
ejb.mdb.rebindAttemptCount Integer This is the number of times
the EJB Container
attempts to re-establish a
failed JMS connection or a
connection that was never
established for the MDB.
To make the Container
attempt to rebind infinitely
you need to explicitly
specify
ejb.mdb.rebindAttemptCount=
0.
5
ejb.mdb.rebindAttemptInterval Integer The time in seconds
between successive retry
attempts (see above
property) for a failed JMS
connection or a connection
that was never
established.
60
ejb.mdb.maxRedeliverAttemptCount Integer This is the number of times
a message will be re-
delivered by the JMS
service provider should the
MDB fail to consume a
message for any reason.
The message will only be
re-delivered five times.
After five attempts, the
message will be delivered
to a dead queue (if one is
configured).
5
ejb.mdb.unDeliverableQueueConnectio
nFactory
String Should an MDB fail to
consume a message for
any reason, the message
will be re-delivered by the
JMS service. The
message will only be re-
delivered five times. After
five attempts, the message
will be delivered to a dead
queue (if one is
configured). This property
looks up the JNDI name
for the connection factory
to create a connection to
the JMS service. This
property is used in
conjunction with
ejb.mdb.unDeliverableQueue.
None
Property Type Description Default