0 Replies Latest reply on Oct 24, 2002 7:39 PM by kellyschrock

    Can't receive published messages?

    kellyschrock

      Hi,

      Does anyone know of any problems with JBossMQ working with pub-sub messages? I have a JMS Topic publisher that publishes a message to a specific topic. I can actually see the file representing the message showing up in
      %JBOSS_HOME%/server/default/db/jbossmq/file/blah/blah. No errors occur when I publish the message. On the receiving side (running in a different JVM on the same machine) I can connect to the same topic, create a subscriber, start the connection, etc. with no errors. However, no matter what I try, I never get the message. The reason I ask is because I have the exact same code running with a different brand of MQ, and it works fine. Is there something I haven't set up correctly in JBoss? I've defined the topic(s) in the configuration, and I'm using the standard config:
      -Djava.naming.provider.url=localhost:1099
      -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory

      Can someone clue me in as to what else I need to do???

      Thanks.