When I try to redeploy or undeploy an app that is consuming messages sometimes it seems to hang. This usually requires me to restart the whole tomcat server which brings everything back up and I can stop and start it.
Here are my logs, any ideas?
INFO AnnotationConfigWebApplicationContext - Closing Root WebApplicationContext: startup date [Mon Dec 19 17:08:58 EST 2011]; root of context hierarchy
INFO DefaultLifecycleProcessor - Stopping beans in phase 2147483647
INFO SimpleMessageListenerContainer - Waiting for workers to finish.
INFO SimpleMessageListenerContainer - Workers not finished. Forcing connections to close.
INFO DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultL istableBeanFactory@470a698: defining beans [org.springframework.context.annotation.internalCon figurationAnnotationProcessor,org.springframework. context.annotation.internalAutowiredAnnotationProc essor,org.springframework.context.annotation.inter nalRequiredAnnotationProcessor,org.springframework .context.annotation.internalCommonAnnotationProces sor,appConfig,org.springframework.context.annotati on.ConfigurationClassPostProcessor$ImportAwareBean PostProcessor#0,com.carfax.configuration.amqp.Amqp Context#0,messageConverter,jndiContext,connectionF actory,ampqAdmin,retryInterceptor,errorExchange,er rorQueue,inboundQueue,outboundQueue,deadLetterBind ing,publisher,onContact,inboundMessageListenerCont ainer,companyMessageProcessor,onContactAccountCrea tor,accountSerializationWrapper,messageListener,on ContactDataSource]; root of factory hierarchy


Reply With Quote