Search:

Type: Posts; User: cganesan; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    736

    There is no other container configuration for the...

    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...
  2. Thanks for the lead, it helped resolve the issue....

    Thanks for the lead, it helped resolve the issue. This is working using Sonic's Group subscription
  3. Replies
    6
    Views
    736

    Hi Gary Thanks for your response. My...

    Hi Gary

    Thanks for your response.


    My Spring JMs listener configuration
    ===========================


    <jms:listener-container client-id="ListenerMediaRegistered" container-type="default"...
  4. Replies
    6
    Views
    736

    Problem with concurrent topic listeners

    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...
  5. Load balancing/sharing topic listener within a cluster

    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...
  6. Implementing Distributed transactions using Spring

    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...
  7. Thanks for the tip. When a property file is...

    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...
  8. Newbie question on loading properties file in Spring

    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...
Results 1 to 8 of 8