Author |
Message |
Topic: JMS input node error after DB refresh |
misun
Replies: 2 Views: 2142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 9:58 pm Subject: JMS input node error after DB refresh |
Hi,
My client has an application with a JMS input node which receives DB row change event through LDAP into JMS input node. The database gets a daily refresh from Production environment and after e ... |
Topic: TimeoutNotification and Throw to rollback transaction |
misun
Replies: 8 Views: 4455
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 07, 2010 5:02 pm Subject: TimeoutNotification and Throw to rollback transaction |
I've tried modifying the OutputLocalEnvironment's request and set it to CANCEL right before the flow Throw. If I view the message in debug mode between TimeoutNotification and the first node, the mess ... |
Topic: TimeoutNotification and Throw to rollback transaction |
misun
Replies: 8 Views: 4455
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 06, 2010 5:25 pm Subject: TimeoutNotification and Throw to rollback transaction |
I couldn't figure out alternative solution.
Ended up adding queue logic between the TimeoutNotification and rest of the flow.
TimeoutNotification - OutputQueue
InputQueue - rest of the flow |
Topic: TimeoutNotification and Throw to rollback transaction |
misun
Replies: 8 Views: 4455
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 06, 2010 2:59 pm Subject: TimeoutNotification and Throw to rollback transaction |
I've created a simplified version:
TimeoutNotification (TransactionMode=yes) - MQOutput (TransactionMode =yes) - Throw
with TimeoutNotification's catch node connected to Trace
The output queu ... |
Topic: TimeoutNotification and Throw to rollback transaction |
misun
Replies: 8 Views: 4455
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 06, 2010 1:48 pm Subject: TimeoutNotification and Throw to rollback transaction |
I do have catch and failure node connected to TimeoutNotification, but if I handle the error, the flow doesn't rollback as I expected.
The problem I have is, the flow write an output queue then try ... |
Topic: TimeoutNotification and Throw to rollback transaction |
misun
Replies: 8 Views: 4455
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 06, 2010 1:02 pm Subject: TimeoutNotification and Throw to rollback transaction |
Hi,
I've developed a flow triggered by TimeoutNotification and when it experience an error, it should Throw the error and rollback the transaction. When I was developing I was expecting it to behav ... |