Hi Marten,
As I have already mentioned I do not have access to any other file or class except the spring config.
Type: Posts; User: gourabp; Keyword(s):
Hi Marten,
As I have already mentioned I do not have access to any other file or class except the spring config.
Hi,
Is there any way not to execute a line in a method using spring AOP ?
Scenario : I have an application where we have some unnecessary logging which are undesirable. The culprit is a class...
Hi,
Is there any way not to execute a line in a method using spring AOP ?
Scenario : I have an application where we have some unnecessary logging which are undesirable. The culprit is a class...
Thanks Gary !!
My Issue is I am using DMLC and you are suggesting to use JMSTemplate. Can I mix both DMLC and JMSTemplate ???
What I mean by that is :
DMLC will be configured to listen to...
Hi I tried as you suggested but getting the following exception
SEVERE: Servlet.service() for servlet mvc-dispatcher threw exception
Throwable occurred:...
Hi,
Can any one help me to find out a way how to unsubscribe a durable subscription using spring DefaultMessageListenerContainer.
In plain JMS we just need to do is -> ...