Hi Dave,
Thanks for the reply. I need to control the ack since I dont want to loose a message if for example our machine goes down while processing a message.
Thanks again,
Mike
Type: Posts; User: mikee805; Keyword(s):
Hi Dave,
Thanks for the reply. I need to control the ack since I dont want to loose a message if for example our machine goes down while processing a message.
Thanks again,
Mike
I am using rabbit mq with spring integration using the SimpleMessageListenerContainer and a custom error handler.
When using transactions the message will be retrieved from the from queue then an...
Hi Luke,
Thanks for the reply it does seem to be an AD issue.
-Mike
Hi mlz,
I was wondering if you found the solution to your first problem? I am encountering something similar.
Thanks,
Mike
are you using JavaConfig?
Hi Chris,
I found the probelm it was calling the wrong method.
Thanks for pointing me in the right direction.
-Mike
Hi All,
I have a Quartz SchedulerFactoryBean configured in my JavaConfig, when I have it defined as :
@Bean(scope = DefaultScopes.SINGLETON, destroyMethodName="destroy")
public...
Hi Chris,
Sorry for the late reply. I just ended up moving my entire app to javaconfig and all is working. :)
Thanks again for all of your work on this project.
-Mike
Hi All,
Thank you for the replies.
Let me be a little more specific.
I have a service that is ApplicationContext aware. It needs to get beans directly using the application context that...
I am bit stuck at the moment. When I create my congifuration with java config and XML (using the post processor) beans defined in java config cannot find the beans from the XML (and vis versa).
...
Hi Arul,
Thanks that worked like a charm.
-Mike
Hi Arul,
Thank you for the reply and any help you can offer.
As I stated I do have a bean named transactionManager.
Here is my config.
package com.project.core.dao;
Hi All,
I am using the lastest nightly of javaconfig (574), when I try to insert data into the database I get "javax.persistence.TransactionRequiredException: no transaction is in progress" error....
Hi Chris,
I just wanted to post and let you know that I was able to get around my circular reference porblems by using the auto wiring as you suggested.
Thanks,
Mike
Hi Chris,
Thank you again for the quick response and all of your help. I will try the approaches that you suggested in the JIRA (SJC-94) tomorrow morning when I get to work and let you know how it...
Hi Chris,
Thanks for your prompt reply and for all of our efforts on this project.
I have created a JIRA here: bugs.springframework.org/browse/SJC-206
Please let me know if there is anything...
Hi All,
Great work with JavaConfig it has allowed myself and my team to solve a lot of problems with our project that would difficult or impossible to do otherwise.
We are currently in the...
Hi,
I just upgraded to Spring 2.5.2 replaced my current jar and attached the given source code to it in Eclipse.
When I step into ApplicationContext.getBean(String beanName) the code doesnt...