Search:

Type: Posts; User: bhmass; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks very much. I created a new feature JIRA...

    Thanks very much. I created a new feature JIRA issue here: https://jira.springsource.org/browse/AMQP-306

    Brian
  2. Dynamic scaling of consumer threads in the future?

    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...
  3. Thanks again Gary, I have figured it out. ...

    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...
  4. Thanks Gary, I turned on the debugging and see...

    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...
  5. AMQP init not working against RabbitMQ server behind amazon load balancer

    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......
  6. Thanks spongybob. That solution works great!

    Thanks spongybob. That solution works great!
  7. Replies
    2
    Views
    401

    Thanks. It is stateless. I was just thinking...

    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.
  8. Replies
    2
    Views
    401

    REST @Controller and HTTP request scoping

    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...
  9. RestTemplate Client exchange expects different response body for ResponseErrorHandler

    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...
  10. Preemptive Basic Authentication with RestTemplate

    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().
    ...
  11. Problem solved, I had the scope set to test in my...

    Problem solved, I had the scope set to test in my pom.xml for the httpclient and httpcore dependcies.
  12. RestTemplate and org.apache.http.auth.Credentials runtime issue

    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...
  13. Replies
    1
    Views
    563

    Also, I'm using Spring 3.1 release 3.1.0.RELEASE...

    Also, I'm using Spring 3.1 release 3.1.0.RELEASE

    Thanks
  14. Replies
    1
    Views
    563

    @ResponseStatus reason not seen on client.

    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...
  15. Replies
    5
    Views
    1,226

    Martin, Thank you for looking at this. I...

    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,...
  16. Replies
    5
    Views
    1,226

    Thank you for your reply. I installed...

    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...
  17. Replies
    5
    Views
    1,226

    Error installing plugin for AWS

    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...
Results 1 to 17 of 17