Thanks very much. I created a new feature JIRA issue here: https://jira.springsource.org/browse/AMQP-306
Brian
Type: Posts; User: bhmass; Keyword(s):
Thanks very much. I created a new feature JIRA issue here: https://jira.springsource.org/browse/AMQP-306
Brian
Are there any plans to support dynamic scaling of the consumers with Spring AMQP? Currently there is just the configurable concurrentConsumers in the SimpleMessageListenerContainer, which creates...
Thanks again Gary,
I have figured it out. Stupid mistake on my part in configuring the AWS Elastic Load Balancer. When configuring listeners for SSL on port 5671, use SSL (Secure TCP), not HTTPS...
Thanks Gary,
I turned on the debugging and see the details of the listener errors. I won't print them all here but it's a SocketTimeoutException, which I expect since the initialization code...
Hi,
I'm successfully running a Spring 3.2 MVC APP with Spring AMQP version 1.1.3.RELEASE to a RabbitMQ Server (AWS EC2 Ubuntu) version 3.0.2 with SSL to port 5671. Queues, exchanges, etc......
Thanks spongybob. That solution works great!
Thanks. It is stateless. I was just thinking about concurrency and having the @Service Beans as singletons, but the more I think about it I believe I am okay. Thanks for your reply.
I have a question on Scoping for REST Controller HTTP requests:
I am using Spring 3.1.1 and Web MVC and have a REST @Controller with injected @Service beans (controller calls service bean...
Hi,
I am using RestTemplate as a Client to a server. I use RestTemplate.exchange to send the HTTP POST and indicate that I expect a specific object for the response body. However, if there is a...
I cannot get preeemptive Basic Auth to work with RestTemplate. Always see 2 requests, first 401 Unauthorized, followed by a good one. HttpClient has deprecated the setAuthenticationPreemptive().
...
Problem solved, I had the scope set to test in my pom.xml for the httpclient and httpcore dependcies.
I've added code to implement a RestTemplate Client to my Spring MVC project (Eclipse, Maven, Spring 3.1.0.RELEASE). Everything builds and when I launch to Tomcat7, I get the output below. Is it...
Also, I'm using Spring 3.1 release 3.1.0.RELEASE
Thanks
Hi,
In my REST controller under Spring MVC, I am using the ExceptionHandler and ResponseStatus as listed below. Everything works except that in my JUnit test (using restassured), when I look at...
Martin,
Thank you for looking at this. I performed an uninstall/install for STS today and the AWS Toolkit plugin installed successfully. So I'm all set now. My theory on the problem yesterday,...
Thank you for your reply.
I installed everything yesterday. The STS version is: Version: 2.8.0.RELEASE
Build Id: 201110171000 and from there I tried to "Install New Software" from...
I tried installing the AWS Toolkit For Eclipse plugin to STS and get the following error:
Cannot complete the install because one or more required items could not be found.
Software currently...