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

Thread: cannot instantiate message-driven-channel-adapter

  1. #11
    Join Date
    May 2011
    Location
    Oslo
    Posts
    12

    Default

    Quote Originally Posted by Wrangler View Post
    Since I just started researching SI JMS, I grabbed this test zip and ran the test class TestInitialization.java. The output I had was not an exception, and I assume this means it worked.

    Profit!
    WARN : org.springframework.jms.listener.DefaultMessageLis tenerContainer - Could not refresh JMS Connection for destination 'exampleQueue' - retrying in 5000 ms. Cause: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused: connect
    Quote Originally Posted by MacFlecknoe View Post
    Same here... trying to determine what is different in my setup.
    It seems that your ActiveMQ is not up and running. Can you open admin app http://localhost:8161/admin/topics.jsp? If yes check your port configuration.

    Krzysiek

  2. #12
    Join Date
    May 2011
    Posts
    10

    Default

    Krzysiek,

    Thanks for all the help! I was using the M1 version simply to test out its caching ability. I reverted back to stable. :-)

  3. #13
    Join Date
    May 2011
    Posts
    10

    Default

    Krzysiek,

    I got it running now. As I implied above it looks like I was using an old version of spring-jms in my palm :-P

Posting Permissions

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