JMS unit of order properties
950426Jan 3 2013 — edited Jan 8 2013Hi,
Our requirement is when we send request message to queue with same cusid simultaneously, they must be processed one after other, basically in unit of order.
I have tried Besteffort in mediator resequencer which is working, but i want to know whether is there any JMS property to fulfill our requirement. I have seen JMS_BEA_UnitOfOrder and jca.jms.WeblogicUnitOfOrder properties in OSB and SOA resp.
Pls can anyone share there knowledge on these properties.what values do we have to pass to these and how???
Here is our architecture:
1. OSB->JMS Queue(in clustered environment)->BPELProcess1->BPELProcess2->E1 Database
database is getting locked when we send same customerid simultaneously.