Posted: Thu May 07, 2009 2:43 am Post subject: Broker lock message.How to fix?
Apprentice
Joined: 07 Dec 2007 Posts: 39
I have two messageflows A and B.And step running is messageflow A to messageflow B.Messageflow A has to forward message to messageflow B before request webservice.I had already used floworder node for sending the message to messageflow A before send it to httprequest node.Httprequest node use 10 s for processing(I setting timeout is 20 s).
The problem.
While messageflow A request webservice during 10 s.But the messageflow B don't get message.
I miss?Thank for all reply(Not strong in enlish language.)
Posted: Thu May 07, 2009 2:46 am Post subject: Re: Broker lock message.How to fix?
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
nheng wrote:
But the messageflow B don't get message.
Sounds like you have a transaction problem, and message is not being committed. _________________ Honesty is the best policy.
Insanity is the best defence.
i agree with vitor. Maybe set the transaction property to no on the mqoutput node in flow a. I'll let you work out the implications of this in case of the input MSG being replayed if it fails before the http request but after the output of the message
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum