Most of the times in enterprise applications its required to trace the exection of a transaction so each transaction is given a unique identifier of its own. This unique identifier can be java.util.UUID. I have used this unique identifier in Mule ESB in the following way. I assign it to local variable and then use it as an identifier for the transaction and log it at every point with the normal logger output. This helps me trace the transaction.
Monday, April 8, 2013
Subscribe to:
Posts (Atom)