Results 1 to 2 of 2

Thread: Re-queuing messages when a transaction rolled back

  1. #1

    Default Re-queuing messages when a transaction rolled back

    I'm consuming messages asynchronously with a SimpleMessageListenerContainer. That messages calls methods on my service layer, and I intentionally throw an exception in order to test the rollback of the transcaction. I want that the message would be send back to the end of the queue. However it doesn't happen. Someone can help me?

    Thanks.

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,040

    Default

    What are the SMLC acknowledgemode and transactional properties set to?

    I am out of the country so replies might be sporadic.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •