Duplicate Instances while consume message by JMS adapter with correlation
926301Mar 26 2012 — edited Feb 26 2020Hi Friends,
As I am facing the below issue, Can you help me here:
My bpel need to produce a JMS message in a JMS queue Q1 and need to receive the corresponding message from another JMS Queue Q2 with correlation set (A third part appln takes the message from Q1 and puts in Q2 after processing with the same order ID).
I have developed a bpel for producing and consuming JMS messages with correlation set. This Bpel is working fine. But While my bpel receive the JMS message from Q2 with a correlation set, I am getting 2 instances for my bpel process. My server is non-cluster environment only. Using Jdev 11.1.1.3 and Weblogic 10.1.1.3
An early response is highly helpful to me.
Thanks,
San