17 Dec 16:24
Re: Not receiving ISO response during high volume transactions
From: Victor Salaman <vsalaman@...>
Subject: Re: Not receiving ISO response during high volume transactions
Newsgroups: gmane.comp.java.jpos.devel
Date: 2007-12-17 15:24:54 GMT
Subject: Re: Not receiving ISO response during high volume transactions
Newsgroups: gmane.comp.java.jpos.devel
Date: 2007-12-17 15:24:54 GMT
I've seen this before with high traffic and key collisions... -V On Dec 17, 2007 5:22 AM, Alejandro Revilla <apr@...> wrote: > > > > > > > > > > ISORequest r = new ISORequest(msg); > > mux.queue(r); > > return r.getResponse(timeout); > > > Is there a log attached to your channel? > do you see the response in that log? > do you see any exception/channel disconnect after the message is > transmitted? > is there a key collision (i.e. two messages at the same time with the same > mux key?) > what's the value of your timeout? > >
RSS Feed