| Author |
MDB on error
|
siddharth sharma
Greenhorn
Joined: Apr 15, 2005
Posts: 8
|
|
|
When there is an error in the MDB,is the same instance of the MDB used for the retry? How can I check it? Is there any API in JAVA that tells me the unique attribute of an object?
|
 |
Rejeev Divakaran
Greenhorn
Joined: Aug 12, 2007
Posts: 27
|
|
When a message is re-tried, same instance of MDB may not be used. You can find the uniqueness of an object by using identityhashcode.
|
Regards,<br />Rejeev<br />Blog: <a href="http://rejeev.blogspot.com/" target="_blank" rel="nofollow">http://rejeev.blogspot.com/</a>
|
 |
 |
|
|
subject: MDB on error
|
|
|