Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

JTA Timeout and "Redelivery Delay Override" of JMS queues

Redelivery Delay Override: value for JMS queues should be generally larger than JTA timeout, the reason is simple, for example
1. JTA Timeout = 300 seconds
2. Redelivery Delay Override = 5 seconds
   Redelivery Limit: 5
3. Order 100 will go to automated_task which will spawn on multi-instance nodes, there are two such instances
4. thread 1 and 2 of oms.automation start running for order 100
5. thread 1 get order 100 Jboss lock and it will take 250 seconds to finish (system slow)
6. Thread 2 will try to get 100 Jboss lock and JBoss lock timeout 15 seconds later, transaction rollback, 5 seconds later this task thread for order 100 will start again, assume it is still thread 2 of oms.automation (20 seconds passed)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center