Search:

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

Search: Search took 0.05 seconds.

  1. sorry for being so impatient

    Sorry for me being so impatient .. this thing is making me go crazy :) . Just not able to figure out the reason.

    Anyways, I am not sure if the exception is getting swallowed by ActiveMq, because...
  2. Is my post missing any information, why is no one...

    Is my post missing any information, why is no one replying :(
  3. DMLC Exception listener behaving differently for Weblogic and ActiveMQ

    I am using DMLC(DefaultMessageListenerContainer) from Springs 2.5.1
    I am setting an exception Listener against this DMLC instance. Now if I test this against Weblogic and bring down the Weblogic...
  4. another casualty as well as help

    Found similar link here
    http://forum.springsource.org/showthread.php?t=56634

    Think this will be helpful
  5. Setting destinationName as null in DefaultMessagListenerContainer

    I am trying to set the destinationName as null in the DefaultMessageListenerContainer and am setting the destination using the destination param

    even though the documentation states that...
  6. Got it resolved myself

    Alll i did to fix is get the destination also via jndi lookup


    <bean id="weblogicQ" class="org.springframework.jndi.JndiObjectFactoryBean" lazy-init="true" scope="prototype" >
    <property...
  7. How to set java this keyword in springs config file

    I have a bean in which one of the properties need to be set with "this" keyword. Basically one of the property of the bean needs to be the instance of bean itself that is creating it.

    Not sure how...
  8. Using springs JMS with custom class loader

    I am trying to use custom class loader with my JMS application. This is the code i am trying



    //my custom class loader
    SegmentedClassLoader loader =new SegmentedClassLoader("location of jars",...
  9. think i have the answers;\, now

    Hey

    I think I know wat are you talkin about, even I had the same doubt. If you read this paragraph from Spring's doumentation, it will make things clear. SO the good thing about Listener container...
  10. tonns of thanks

    Thanks navdeep..

    Just wondering, wat do u means by the core pool size of MDP's, is it the total of concurrentConsumers also maxConcurrentConsumers.

    Also, will this thread pool serve all my...
  11. agreed, but

    Yup you are rite.. that is wat m actually doing in the second approach. Why springs, I am actually using Spring for JMS where in springs provide me DefaultMEssageListenerContainers, helps me to pool...
  12. thx, here is wat i mean

    Thx for the help

    http://forum.springsource.org/showthread.php?t=72245

    is wat I am talkin about. The second approach shows how to do it via code but then this is not springs way of doing things....
  13. Dynamically changing the props of PropertyPlaceholderConfigurer in context

    I actually need to create beans out of the config file.My problem is I need to specify some of the props as variables



    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
  14. think i need s.th more

    Thanks for the reply.

    So, from wat i learnt u need to call stop --> initialize --> start if you want change your destination or for that matter i guess any member level variable for DCL.
    What I...
  15. Mind sharing the code

    Navdeep, do you mind sharing a sample config file. Would be a great help.
  16. Listening to multiple Destinations using listener container

    We have a requirement where in we need to use a default message listener container to listen to multiple destinations.

    Also these destination can be across multiple providers. WhatI have got from...
  17. Replies
    1
    Views
    1,006

    Comsumer pooling in JMS

    Is anything wrong with the question, or anything that doesn't make sense. I am wondering why i sno one replying
  18. Replies
    1
    Views
    1,006

    Comsumer pooling in JMS

    I was going through how JMS can be configured using Springs. In one of my previous posts on consumer pooling in JMS I was told I can use any of these. Can anyone please highlight what are the pros...
  19. Replies
    2
    Views
    810

    thx rober... so basically if spring app is...

    thx rober...
    so basically if spring app is running in some container like web container then there is no need for getBeans.. ok

    but if i am writing simple test code say a static void main and...
  20. Replies
    2
    Views
    810

    newbie Question on getting beans

    I was going through the spring documentation and read this paragraph

    "indeed, your application code should have no calls to the
    getBean(String) method at all, and thus no dependency on Spring...
Results 1 to 20 of 20