I had the same problem; removed the concurentConsumers property from listenerContainer bean to resolve this issue...
Type: Posts; User: dajtw; Keyword(s):
I had the same problem; removed the concurentConsumers property from listenerContainer bean to resolve this issue...
Hi,
I'm having some problems implementing Quartz, Spring and JMS. What's happening is I would like to pass a Quartz JobExecutionContext along with an object down a JMS queue but I find that the...
Thanks muchly for such a detailed response, sorry for the late response... it's always of great comfort to know how some new technology are handled by others more experienced to have a rough idea of...
Since the only thing that can be DI'd into the class specified by JobDetailBean are serializable objects, isn't this a major limitation in Quartz/Spring? At the moment, I'm having to use getBean as...
Hi,
Can any experienced IoC/Spring developers give advice on when it would be ok to get the application context to get beans? I keep hearing it's ok if you're using it to 'glue' code together,...
has anyone got a suggestion for this please? I've been wondering too as to how an app contet can be shared amongst jars/wars in an ear file? Passing the ServletContext around :| ?
Hi, I believe I have the same requirements as yourself but being a novice in both spring and quartz, do you think you could elaborate a bit more with some sample code? For some reason, there doesn't...