Same problem happens with onAlarm in pick.

  |     <pick>
  |       <onAlarm for="'PT5S'">
  |                         <empty/>
  |       </onAlarm>
  |     </pick>
  |     <pick>
  |       <onAlarm for="'PT5S'">
  |                         <empty/>
  |       </onAlarm>
  |     </pick>
  | <invoke ? /> 
  | 
It works.

But

  |     <pick>
  |       <onAlarm for="'PT5S'">
  |                         <empty/>
  |       </onAlarm>
  |     </pick>
  | <invoke ? /> 
  |     <pick>
  |       <onAlarm for="'PT5S'">
  |                         <empty/>
  |       </onAlarm>
  |     </pick>
  |  
It timed out after 60 seconds (while both client timeout and responseTimeout 
were set at 60 seconds). (In my test, the invoke itself is very fast and takes 
much less than 1 second)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989487#3989487

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989487
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to