Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Using ActiveMq Topics Instead of Queues

  1. #21
    Join Date
    Sep 2008
    Location
    Chiva - Valencia - Spain
    Posts
    33

    Default

    Mark, I have to go. I'll read tomorrow.

    Thanks a lot for everything.

    Hope not disturb

    NEStor

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

    Default

    Okay. No worries at all. When you said this...
    I expect a message in the activeMqTopic, I have a test listener on that topic and I'm not receiving any message.
    ... you are referring to "eventTopicIn". That's where you have a test listener, and you're not seeing any Messages there?

  3. #23
    Join Date
    Sep 2008
    Location
    Chiva - Valencia - Spain
    Posts
    33

    Default

    Yes that's it, I dont receive any message in that topic.

    NEStor

  4. #24
    Join Date
    Sep 2008
    Location
    Chiva - Valencia - Spain
    Posts
    33

    Default

    Hi Mark,

    Any suggestions?¿

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

    Default

    I noticed one thing. It looks like you are overwriting the bean ID with "correlatedBasicEventOutput" for your "alarm" output. Therefore, the subscriber you are expecting to receive the Message and send to the Topic does not exist. Try providing a different ID.

    By the way, do you not see errors in the XML editor for that?

  6. #26
    Join Date
    Sep 2008
    Location
    Chiva - Valencia - Spain
    Posts
    33

    Default

    WTF!

    Yes, now it works!!! the spring-editor doesn't warn me about that...

    thanks a lot!!!!

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

    Default

    I just changed the adapter ID's type to xsd:ID in the schema so that in future versions, the XML editor would show an error:
    https://fisheye.springframework.org/...ration?cs=1763

Posting Permissions

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