Hi all,
I have a method annotated with @async and I have catched all the business process into a try/catch block.
My process send messages through internet then there are sometime some timeout exception.
How can I achieve my process if it has raised a timeout exception ?
Thx
