|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 3 matches |
Author |
Message |
Topic: sleep flow |
antares
Replies: 5 Views: 4051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 07, 2007 6:58 am Subject: sleep flow |
If you implement the code shown here, with sleep(), you could very easily interrupt the entire ExecutionGroup that your flow is deployed to.
Can you explain why it can interrupt other flows? Do diffr ... |
Topic: sleep flow |
antares
Replies: 5 Views: 4051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 07, 2007 6:36 am Subject: sleep flow |
I have simple flow like this:
MQINPUT -> HTTP Request.
I need to repeat HTTP Request if communication exception occure. Max count of repetitions is N. Time interval beetwen repetitions is M s ... |
Topic: sleep flow |
antares
Replies: 5 Views: 4051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 07, 2007 4:34 am Subject: sleep flow |
Can I used Thread.sleep method to sleep flow? I want to use external java procedure call. Is it safe solution? Can it impact to other flows in execution group?
Example code
CREATE PROCEDURE sl ... |
|
|
|