0 Replies Latest reply on Nov 8, 2004 11:14 AM by mhemling

    client side code

    mhemling

      I am using JBOSS 3.2.5 on Redhat ES 3 with Java 1.4.2_05 and I am having a problem with the connection listener.

      I have 2 queue receivers. One that connects to a JBOSS instance running locally, machine A, and I have another queue receiver (running on A) that connects to a remote JBOSS on machine B. Each of these connections has a connection listener which awakens when the connection is broken. If I break the connection to the remote JBOSS on machine B then the onException method gets called and that is good. The problem is that the onException method for the local connection gets called as well.

      Has anyone seen this before?