3 Replies Latest reply on Mar 9, 2004 10:17 PM by cuonglam

    topic consumer does not recieve messages when jboss and topi

    cuonglam

      I am running jboss 3.2.3 on a linux box. I have 2 programs:
      - jmsproducer (all it does is send messages to a topic)
      - jmsconsumer (all it does is receive messages to a topic)

      If I run the jmsproducer on linux and jmsconsumer on windows, the jmsconsumer program does not receive messages. It only works when:

      - jmsproducer and jmsconsumer are both running on windows
      - jmsproducer and jmsconsumer are both running on linux
      - jmsproducer is running on windows and jmsconsumer is running on linux

      I would like to know if anyone has managed to send messages from linux and receive from windows. I can send people source that reproduces the problem