Hi all,
What happens when connection dropped for some reason?
MessageListenerContainer doesn't contain any javax.jms.ExceptionListener
handling code.
Am I missing something obvious?
...
Type: Posts; User: tomtad; Keyword(s):
Hi all,
What happens when connection dropped for some reason?
MessageListenerContainer doesn't contain any javax.jms.ExceptionListener
handling code.
Am I missing something obvious?
...
Good Advice
Thank you!
<aop:config>
<aop:pointcut id="pc"
expression="execution(* myriad.aop.MadWorker.*(..))"/>
<aop:aspect id="mwasp" ref="smeter">
<aop:around pointcut-ref="pc"...
Hi Rick
Problem solved, Thanks!!
Sorry to bother you again,
Spring is great but learning takes some time :)
I have dynamic data flow router implemented in Groovy.
I want to use...
I made simplified test case.
beans.xml
----------------
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
Hi,
I have simple description
<lang:groovy id="messenger" script-source="classpath:org/springframework/scripting/groovy/Messenger.groovy">
<lang:property name="message" value="Hello...