Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. can u post ur xml config?

    can u post ur xml config?
  2. The question looks more appropriate for a...

    The question looks more appropriate for a WebSphere MQ forum.
    Anyways, Its done by default by MQ JMS Api you dont have specify that at all.
    Enjoy.
  3. Replies
    1
    Views
    5,431

    You can use a custom BeanPostProcessor or a...

    You can use a custom BeanPostProcessor or a FactotyBea to achieve what you want.
    ApplicationContext will create all the beans defined as Singleton unless they are marked as lazy-init
  4. Replies
    2
    Views
    1,105

    Simply setup 2 DMLC beans each pointing to 2...

    Simply setup 2 DMLC beans each pointing to 2 different destinations
  5. Replies
    5
    Views
    1,778

    If I understand the above correctly, You want the...

    If I understand the above correctly, You want the listener to process only one message(that maked it 5 as you have 5 consumers) every 5 minutes? if that is the case then you can simply set the...
  6. Replies
    5
    Views
    1,778

    You can use the Timertaskexecutor and set a...

    You can use the Timertaskexecutor and set a delay.

    Then i think each consumer would only consume <maxMessagesPerTask> or 10 (default) number of messages per run, if you can set ...
  7. Replies
    5
    Views
    1,016

    Why allow cancel of order in the first place if...

    Why allow cancel of order in the first place if it is not registered??
    Cant u simply disable this feature untill the mdbx processes the message?
  8. Replies
    14
    Views
    10,457

    You can use Abstract Bean Definitions. Read more...

    You can use Abstract Bean Definitions.
    Read more here
    http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-child-bean-definitions
  9. You simply need to define a BeanPostProcessor as...

    You simply need to define a BeanPostProcessor as a bean. The application context will do the rest. Look at the javadoc for BeanPostProcessor
  10. Decryption is something that you could reuse for...

    Decryption is something that you could reuse for other similar requirements.
    While any one of them would work, I tought BeanPostProcessor would be appropriate for your requirement as a FactoryBean...
  11. You can create a BeanPostprocessor that would...

    You can create a BeanPostprocessor that would accept the encrypted properties as a property, decrypt it and set it to the password property of any bean of type BasicDatasourcse or a particular bean...
  12. Use a Custom BeanPostProcessor instead

    Use a Custom BeanPostProcessor instead
  13. Replies
    5
    Views
    5,241

    if your All beans in the context are singleton...

    if your All beans in the context are singleton and have destroy method defined. You can simply register a shutdown hook by using context.registerShutDownHook this will destroy all singletons.

    If...
  14. U dont have commons-logging jars in the class path

    U dont have commons-logging jars in the class path
  15. Replies
    2
    Views
    1,021

    Spring uses commons logging which discovers...

    Spring uses commons logging which discovers logging framework.
    Log4j first looks up log4j.xml if not found then log4j.properties.

    IMO u cannot change this behaviour.
  16. Thread: maven

    by vijaycr
    Replies
    4
    Views
    872

    I use http://repo1.maven.org/maven2 for maven 2...

    I use
    http://repo1.maven.org/maven2 for maven 2

    its also available here for maven 1
    http://repo1.maven.org/maven for maven1
  17. Can you post your bean definitions for other...

    Can you post your bean definitions for other beans as well?
  18. This article should sole most of your problems...

    This article should sole most of your problems
    http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html
  19. Replies
    11
    Views
    1,860

    In your case, some coding will always be...

    In your case, some coding will always be neccesary. You seem to prefer coding in XML than Java.

    IMHO it would be far more easier to code in java than to learn some new XML configuration language.
  20. Replies
    2
    Views
    1,121

    it can also be solved by making the datasource...

    it can also be solved by making the datasource lazyinit and the database manager shld not get the bean if the database is offline.

    IMO Extending a Datasource class might not be a good idea as your...
  21. Replies
    4
    Views
    3,897

    Its already in the airticle. Check the section...

    Its already in the airticle. Check the section sub section Set up JMS and JNDI administration under the sectionQueue manager setup
  22. Replies
    4
    Views
    3,897

    I followed the same article and was able to get...

    I followed the same article and was able to get it working.
    Have you followed the steps detailed in settingup the QueManager? Yhat section there is a part where you need to setup the jndi...
  23. Yes. You would need both the SimpleTrigger and...

    Yes. You would need both the SimpleTrigger and the Crontrigger
  24. Replies
    19
    Views
    17,354

    Link to the central poll page

    Can some one give me the link to the central poll page. I got directed to springframework.org and then a link there to cellaral poll page brought me back here :)
  25. Quartz allows for trigger say something like...

    Quartz allows for trigger say something like start at 10:00 AM and trigger at 30 mins untill 5:00 PM. I think the question is, say you are startting at say 10:10 AM, how to trigger a job on startup...
Results 1 to 25 of 39
Page 1 of 2 1 2