0 Replies Latest reply on Oct 10, 2002 11:36 AM by cmgharris

    Accessing Remote and Local message queues

    cmgharris

      I am using jboss-3.0.3_tomcat-4.1.12 with j2sdk1.4.1 under Solaris 8, on two separate sparc servers.

      I have written an MDB which receives messages from a queue on the remote server, by defining a new JMS Provider in jms-service.xml,
      and referencing that JMS Provider in the container-configuration in the bean's jboss.xml.

      That works OK, and I am able to receive the messages from the remote queue.

      My questions is this: having received the message in the bean, how can I re-submit it to a different queue on the local machine?
      i.e. can I change the JMS Provider in the bean?

      Please excuse me if this is a stupid question; I am very new to j2ee/jboss etc.

      Thanks

      Chris