Difference between Trigger disable and trigger suspend?trigger queue location ?
Answers were Sorted based on User's Feedback
Answer / murali krishna
Trigger disable: The JMS Trigger is stopped. Integration server neither retrieves nor processes messages for the JMS trigger.
Trigger suspend:
The JMS trigger is running and connected to the JMS provider.Integration server has stopped message retrivel,but continues processing any message it has already retrieved .
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahesh
when the triger was in disable position the broker cannot cannot find the triger and it the the document plased in the client que will be placed in the broker's dedque if the document storage type is garuented else it will discard the document this condition will accure when the connection betweeen client que and triger was failed for max retris reaches for connection
triger in suspense is nothing but when the trigger servece is executing if anything goes wrong then it trigger goes into suspend
| Is This Answer Correct ? | 0 Yes | 2 No |
different b/t war,ear,jar files?
use of finally block in exception handling in webmethods
What is correlation ID?
How can you see partner data using webservice.
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?
what is the variable need to keep in the clearpipeline service
What Is an Element?
What are the advantages of eai?
What Is a Startup Service?
hai this is prasad webmethods is used to integrate the applications but ,we can do that same by using java also ,then why do we use webmethods please send me the answer
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?