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

Thread: jms:essage-driven-channel-adapter and startup ("Dispatcher has no subscribers.")

  1. #11
    Join Date
    Apr 2010
    Posts
    11

    Default

    Should I submit a bug for this?

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

    Default

    Go ahead and create an issue. We can set its target as version 1.0.5. That said, I'm not sure yet what we'll be able to do about the timing. It might end up just being something that we'll need to explain in documentation. The 'auto-startup' might need to be false on certain endpoints when using Spring Integration 1.0.x with Spring 3.0.x (then started manually via start() calls).

    In any case, very soon (GA will be released some time in November) the recommendation will be upgrading to Spring Integration 2.0 which itself builds upon Spring 3.0.

  3. #13
    Join Date
    Apr 2010
    Posts
    11

    Default

    Yes. We will upgrade to 2.0 as soon as possible but not before year end.

    Issue created: INT-1498

  4. #14
    Join Date
    Apr 2010
    Posts
    11

    Default

    Would a workaround be to set auto-start=false and then listen to ContextRefreshedEvent and start listeners after that?

Tags for this Thread

Posting Permissions

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