Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    166

    RabbitMQ vhost forwarding

    Is it possible to get RabbitMQ to forward messages intended for a queue in vhost A to the same queue in vhost B within the same broker? In the past, it made sense to segregate traffic into their own...
  2. What is the current release of Spring Data JPA -- 1.3.0 or 1.2.0?

    I went to the Spring Data JPA website to grab the latest bits and got a bit confused. The documents point to 1.3.0 but the download link and Maven coordinates point to 1.2.0? My project is using...
  3. Spring Testing Framework + Spock, possible or a waste of time?

    I've come to appreciate the power of the Spock testing framework and use it for my unit tests. I also enjoy the convenience of the Spring testing framework for my integration tests. Is it possible...
  4. Thanks! That seems to have done the trick. I...

    Thanks! That seems to have done the trick. I obviously do not understand the nuances between the two channel types and would love a quick explanation. I had a minor error in my XML that prevented...
  5. Thank you for your reply. The configuration I...

    Thank you for your reply. The configuration I had to use was this one, due to the fact that our AMQP connection factory bean is named "connectionFactory" and not "rabbitConnectionFactory":
    ...
  6. Thanks for the quick replies. I've attached the...

    Thanks for the quick replies. I've attached the relevant files for your examination. I'm hoping it is something silly that I'm doing in my configuration.

    Thanks,
    Ron
  7. Replacing Spring AMQP Request-Reply With Spring Integration

    All, I have a working application that currently uses Spring AMQP. When handling requests from the web tier, we use AMQP Template's sendAndReceive method which takes care of creating a temporary...
  8. Replies
    0
    Views
    210

    Working 3.0.6 Controllers Break In 3.1.1

    We have a set of MVC controllers that work fine in Spring 3.0 but break in 3.1. The issue is that the controller request mappings never get applied so the URLs never get resolved. I spent some time...
  9. Replies
    3
    Views
    3,511

    RE: detaching object in Hibernate

    @benhsu_bfly

    I recently used detached objects as part of a Spring+Hibernate+Terracotta experiment and learned the following:


    objects are detached when the transaction completes
    objects...
  10. Replies
    3
    Views
    1,453

    So, if I understand you correctly, your...

    So, if I understand you correctly, your suggestion is to couple my custom error handler with endpoints that are accessed via direct channels. The direct channel would ensure that the caller and...
  11. Replies
    3
    Views
    1,453

    Web Service Hosting & SI Exception Propagation

    We have a requirement to host web services over HTTP and JMS and have had success with Spring-WS in the past. A new requirement is to provide pluggable logic to back the various web services. The...
Results 1 to 11 of 11