Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Fanout Exchange Sample App

  1. #11

    Default

    Interestingly the same kind of problem I had faced when using ActiveMQ with Spring JMS Template. I had to add this property in spring's jms:listener-container property to make that work.

    acknowledge="auto"

    Now when using RabbitMQ with Spring AMQP, I suppose I will have to use a similar property but not able to find out what that is...
    SCBCD (EJB 3.0), SCWCD 1.5, SCJP 1.4

  2. #12
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    With JMS, "auto" is the default, so setting it explicitly should not have any effect. Are you sure that was what fixed your problem?

    Likewise in the Spring AMQP code, even though things are a bit different, the default configuration should not be getting in your way here. Have you compared your configuration with that in our 'helloworld' sample?

  3. #13

    Default

    I will be putting up the configurations on the forum which worked for me pretty soon.

    Thanks a lot Mark!
    SCBCD (EJB 3.0), SCWCD 1.5, SCJP 1.4

Posting Permissions

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