Hi,
At my current job There are close to 20 different web applications as part of a single service. the applications are currently being deployed to weblogic 10.3 cluster as separate WAR files...
Type: Posts; User: naory; Keyword(s):
Hi,
At my current job There are close to 20 different web applications as part of a single service. the applications are currently being deployed to weblogic 10.3 cluster as separate WAR files...
My transaction is already in flight. I am using a transacted ListenerContainer that starts the XA transaction before pulling the message from the queue and then invokes my handler's onMessage:
...
Hi Dave, Thanks for the advice :)
I do not understand why I need the stateful interceptor. even though I do have a transaction I do not expect it to roll back on each retry. only when retry is...
I'm trying to implement a simple retry-logic around a method call:
<bean id="retryInterceptor" class="org.springframework.batch.retry.interceptor.RetryOperationsInterceptor">
...