user manual

Chapter 31: EJB, JSS, and JTS Properties 397
Complete Index of EJB Properties
ejb.mdb.unDeliverableQueue 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 of
the queue. This property is
used in conjunction with
ejb.mdb.unDeliverableQueueC
onnectionFactory.
None
ejb.transactionManagerInstanceName String This property is currently
supported only for MDBs
that have the "Required"
transaction attribute. Use
this property to specify by
name a particular
transaction manager for
driving the transaction
started for the
onMessage() call. This
option is useful in cases
where you need 2PC
completion of this
particular transaction but
desire to avoid the RPC
overhead of using the 2PC
transaction manager for all
other transactions in the
system e.g. in entity
beans. Please refer to the
MDB chapter for more
details.
None
Property Type Description Default