Hello Soni, I'd suggest eliminating your custom module from the problem first. Either remove them from the flow to make sure that everything else is working fine or debug the flow through that inflowhandler to see what is happening.
Thanks, Sara 2009/11/27 Swapna Soni <[email protected]> > Hello Sara, > > I am still facing the same issue. I have engaged the sandesha in > client program and in service's service.xml. I have custom modules also > engaged and its inflowHandler and outflowHandler takes little time to > complete the executing. In meantime client side sandesha is resending the > request and at the end client program is getting two responses in one > envelope. But response is coming only till inflowhandler, its not going till > client program. Could you please suggest me what is the issue and how could > i resolve it. > > Thanks, > Swapna Soni. > > ------------------------------ > *From:* Sara Mitchell [mailto:[email protected]] > *Sent:* Friday, November 27, 2009 5:05 PM > *To:* soni swapna > *Subject:* Re: how to set message RetransmissionInterval when engaging > sandesha > > Hello Soni, > > The Sandesha docs explain where to set the RetransmissionInterval in the > module.xml -> > http://ws.apache.org/sandesha/sandesha2/userGuide.html#retransmissioninterval > > - <#125358c8c1298450_> <sandesha2:RMAssertion> > - <#125358c8c1298450_> <wsp:Policy> > <sandesha2:AcknowledgementInterval>3000</ > sandesha2:AcknowledgementInterval> > <sandesha2:RetransmissionInterval>6000</sandesha2:RetransmissionInterval> > - <!-- > > '-1' conveys that there is no limit to the max. number of retransmissions. > > --> > <sandesha2:MaximumRetransmissionCount>10</ > sandesha2:MaximumRetransmissionCount> > <sandesha2:ExponentialBackoff>false</sandesha2:ExponentialBackoff> > <sandesha2:InactivityTimeout>60</sandesha2:InactivityTimeout> > <sandesha2:InactivityTimeoutMeasure>seconds</ > sandesha2:InactivityTimeoutMeasure> > - <!-- > > Once a sequence has been marked as deleted, or timed out, this is the length > of time that the > > sequence will remain before all sequence state is totally > removed > > --> > <sandesha2:SequenceRemovalTimeout>600</sandesha2:SequenceRemovalTimeout> > <sandesha2:SequenceRemovalTimeoutMeasure>seconds</ > sandesha2:SequenceRemovalTimeoutMeasure> > <sandesha2:InvokeInOrder>true</sandesha2:InvokeInOrder> > - <!-- > > These will not be overriden by service level policies > > --> > <sandesha2:MessageTypesToDrop>none</sandesha2:MessageTypesToDrop> > - <!-- > > This will not be overriden by service level policies > > --> > - <#125358c8c1298450_> <sandesha2:StorageManagers> > <sandesha2:InMemoryStorageManager> > org.apache.sandesha2.storage.inmemory.InMemoryStorageManager</ > sandesha2:InMemoryStorageManager> > <sandesha2:PermanentStorageManager> > org.apache.sandesha2.storage.inmemory.InMemoryStorageManager</ > sandesha2:PermanentStorageManager> > </sandesha2:StorageManagers> > - <!-- > > This will not be overriden by service level policies > > --> > <sandesha2:SecurityManager> > org.apache.sandesha2.security.dummy.DummySecurityManager</ > sandesha2:SecurityManager> > <sandesha2:ContextManager> > org.apache.sandesha2.context.DummyContextManager</sandesha2:ContextManager > > > <sandesha2:EPRDecorator>org.apache.sandesha2.addressing.EPRDecoratorImpl > </sandesha2:EPRDecorator> > - <#125358c8c1298450_> <sandesha2:MakeConnection> > <sandesha2:Enabled>true</sandesha2:Enabled> > <sandesha2:UseRMAnonURI>true</sandesha2:UseRMAnonURI> > </sandesha2:MakeConnection> > - <!-- > > <sandesha2:UseMessageSerialization>true</sandesha2:UseMessageSerialization> > > --> > <sandesha2:EnforceRM>false</sandesha2:EnforceRM> > </wsp:Policy> > </sandesha2:RMAssertion> > > > > A google search produces some useful stuff on the setUseSeparateListener() > function > http://www.mail-archive.com/[email protected]/msg04286.html > http://wso2.org/library/1092 > > > Hope that helps. > Sara > > > 2009/11/27 soni swapna <[email protected]> > >> >> Hi Sandesha Team, >> >> Could you please let me know how to seet the RetransmissionInterval >> time when engaging sandesha? And what value to set to >> setUseSeparateListener() function when using sendReceive() method to >> invoke >> a service. Its little urgent. Please response as soon as possible. >> >> Thanks, >> Swapna Soni. >> -- >> View this message in context: >> http://old.nabble.com/how-to-set-message-RetransmissionInterval-when-engaging-sandesha-tp26540828p26540828.html >> Sent from the Apache Sandesha mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
