Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
Dunno how you can time out your stored procedure call (but I guess it might be a facility of the database) but to send a timeout back to the requestor you can do something like this:
1. Requestor makes request by putting message to MQ queue
2. He then does a MQGET with wait of 60 seconds on a reply queue
3. A broker flow reads the request queue and calls the stored procedure
4. If no response comes back from the stored procedure in 60 secs the MQGET with wait will time out.
Fr. Jack. _________________ Never let the facts get in the way of a good theory.
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