Results 1 to 3 of 3

Thread: Spring AMQP and Spring 2.5

  1. #1
    Join Date
    Jul 2011
    Posts
    8

    Default Spring AMQP and Spring 2.5

    Hi,

    I created one successful independent POC with spring amqp RC2 jars and used spring 3.0 jars absent mindedly. I am trying to integrate it with Spring 2.5 now (which is being used in our project) but getting compile time errors. Is there any particular build of Spring AMQP which can work with Spring 2.5 jars?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    I would be very surprised if you could get Spring AMQP working with Spring 2.5. We build and test against 3.0.5. I'd be interested to hear more about the errors though.

  3. #3
    Join Date
    Jul 2011
    Posts
    8

    Default

    When compiling with Spring 2.5, the first error I got was about a missing class in Spring-Context jars. Sorry that I don't remember the class name now.

    The result was that I had to use to RabbitMQ Java APIs (instead of Spring AMQP) to make it work with Spring 2.5 jars (as it's not feasible to upgrade Spring jars very quickly in production).

Posting Permissions

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