Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere Process Server  >  developerWorks

Messages piling up in internal SCA queue point    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1
yuva

Posts: 2
Registered: Jul 19, 2006 01:21:05 AM
Messages piling up in internal SCA queue point
Posted: Nov 10, 2009 08:10:12 PM
 
Click to report abuse...   Click to reply to this thread Reply
Hi..

We have request / response scenario to retrive product details from an application as part of our interface requirement. To cater to this requirement we have developed a mediation flow that sends the request message to the application using MQ Import. This is done using Service Invoke primitive from the mediation flow. The call being made is of type Asynchronous with Deferred Response. Timeout for the request is being set to 45s. Application sends the reply to a different queue that is configured in the MQ Import as Receive Queue property.

The interface is working fine normally. When there is a delayed response, the request timesout and the mediation flow processing goes to the timeout terminal of Service Invoke, which is also fine.

If a response is sent even after the timeout, it gets picked up by the MQ listener from the MQ queue and is placed in the WPS internal SCA queue (used for asynchronous communication) for processing by the mediation flow.
But since the request has timed out, there are no threads in the mediaton flow processing the corresponding response. Hence as a result the message continue to lie in that queue until we manually clear the queue.

Is there any way to prevent piling up of messages in this internal SCA queue, if the request has timed out? Some sort of settig like Expiry etc. I have also tried using the Asynchronous Response Expiration qualifier on the Reference partner of mediation flow, but no success.

It would be great if anyonce can help me out.

Thanks
Yuva
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums