Unable to make message move to Error destination if composite errors out.
Hi,
I am trying to implement the following scenario in 11g JMS Adapter dequeues ----> BPEL ---> Insert into DB. Incase of any remote fault the message should be redelivered and after the redelivery expiration, the message should mmove to error queue.
Looking at the trace, I can see that the same message is retried for 5 times and after the redelivery expiration, it moves to rejected_messages where as it should go to Error Queue.
Value given in delivery failure are -:
RedeliveryDelayoverride - 10000
RedeliveryLimit - 5
Expiration Policy - Redirect
Error Destination - Error Queue
What I want is, the message should be reside into Error queue.