Hi Experts,
I am configuring a synchronous scenario with JMS sender and proxy receiver. In snd communication channel the module has used to make it synchronous also in processing tab correlation setting have done as follows:
Set PI message id to: GUID (recomended value)
set pi conversion id to: jms messageid (uniqueness is jms provider dependent)
And in advance tab followings have set:
jms message correlation id
jms message destination
jms message id
jms message reply to destination
also in Receiver communication channel processing tab has the followings:
set jms correlation id to: pi conversation id (conversation id)
and in advance tab followings have set:
fail if adapter specific message attributes missing
jms message correlation id
jma message reply to destination.
now the problem is that the response message is coming from proxy and successfully processed in integration engine. but I am unable to find any message in rcv jms communication channel. and in snd jms communication channel the following error is showing: -
>
Error occurred while processing message: 6ca3b80b-4aca-4e69-1e39-97cb0346c06a. The detailed error (if any) is : com.sap.aii.adapter.jms.api.channel.filter.MessageFilterException: Cannot find CPA binding (agreement) for channel with name: CC_JMS_RCV_B2B_PricingAvailability, and object id: e2cdefb06d203631b403e873dff0ecab: CPAObjectNotFoundException: Couldnt retrieve binding for the given channelId: Binding:CID=e2cdefb06d203631b403e873dff0ecab;: NoBindingException: Cannot find CPA binding (agreement) for channel with name: CC_JMS_RCV_B2B_PricingAvailability, and object id: e2cdefb06d203631b403e873dff0ecab: CPAObjectNotFoundException: Couldn't retrieve binding for the given channelId: Binding:CID=e2cdefb06d203631b403e873dff0ecab; at com.sap.aii.adapter.jms.core.channel.filter.SendToModuleProcessorFilter.filter(SendToModuleProcessorFilter.java:100) ....
Thanks,
Aniruddha