There is no other container configuration for the specific listener. Although I see 2 container instances with Sonic this is not the case with ActiveMQ. With AcitiveMQ as the log shows below, only...
Type: Posts; User: cganesan; Keyword(s):
There is no other container configuration for the specific listener. Although I see 2 container instances with Sonic this is not the case with ActiveMQ. With AcitiveMQ as the log shows below, only...
Thanks for the lead, it helped resolve the issue. This is working using Sonic's Group subscription
Hi Gary
Thanks for your response.
My Spring JMs listener configuration
===========================
<jms:listener-container client-id="ListenerMediaRegistered" container-type="default"...
Hi
I have 2 listeners configured using Spring with each listener listening to the same topic message. I expect only one listener instance/thread for each of the listeners as the concurrency is...
I'm using Spring JMS within tomcat container to publish/consume messages. There are different subsystems within one large application. Each of the subsystem runs under its own tomcat container
I...
Hello
I am looking for a good/simple sample on implementing a distributed transaction spanning 2 transactional resources - Spring JDBC & Spring JMS, using Spring JDBC/JMS template and...
Thanks for the tip.
When a property file is injected using PropertyPlaceholderConfigurer or <context:property-placeholder/> can it be accessed from a Java class using ApplicationContext like in...
Hi
I'm looking for a simple example on loading properties file using spring dependency injection.
My problem is how to ensure that the spring bean containing the properties file - loaded from...