I understand from the documentation that a message listener container restarts on a dropped connection. But is there a property to keep the connection alive and if there is where do we set it...
Type: Posts; User: sbelvadi; Keyword(s):
I understand from the documentation that a message listener container restarts on a dropped connection. But is there a property to keep the connection alive and if there is where do we set it...
Thank you both Gary, Artem for your quick response and insight. I will implement as you suggest.
Thanks again for the advice.
suraj
Hello,
This is porbably an elementary question.
How can I extract the routing key from a message when the delegate property of the MessageListenerAdapter is set to my custom POJO. Should my POJO...
Thanks for your clarifications and patience. i have a better understanding of prototype scope now.
Thanks for the quick response. Just so I understand, in the configuration I am using below:
<rabbit:listener-container id="workFlowListenerContainer"
...
Should the MessageListenerAdapter bean and associated POJO delegate bean have prototype scope when the listener container is configured to have concurrent consumers? If it is not defined as prototype...
The application consumes messages from an Oracle AQ. I have configured the application context and included the section of interest below:
<bean id="messageDelegate"...
First of all thank you very much for providing spring-jdbc extensions. With the help of the documentation and examples for Oracle AQ Custom Advanced Data Types I was able to successfully publish to...
Hello,
While trying to complete Step 7 of the STS installation procedure on Eclipse Galileo, I get the below:
Cannot complete the install because one or more required items could not be found.
...
This is newbie question. Trying to look for examples that show the configuration required using the above. Appreciate any help I can get in this regard. Specifically, I am interested in learning...
Thanks Denis for the quick response. You were right on the money. User error.
I had placed the properties files under com.fedex.sqaat.artf54345.resource. Changed the 'common' (specified in earlier...
Hello,
This is a newbie question. Am getting a an exception while trying to launch my standalone app - Could not resolve placeholder. Reading spring documentation and other sources, I understand...