0 Replies Latest reply on Nov 28, 2007 3:35 PM by david.l.small

    Automatically Reconnecting to a Remote Queue

    david.l.small

      Hi, I've got two jBoss (4.0.4.GA) servers running. The first server connects to a message queue on the second server, remotely using a Remote JMS Provider adapter. It's a pretty straightforward configuration with a message drive bean configured with annotations (destinationType, Destination, and providerAdapterJNDI). And this works pretty well. But if the second server with the remote queue goes down, the first server (the consumer) does not reconnect when the queue server comes back up.

      I've set the reconnectInterval annotation on the MDB, but this has not helped. Is this intentional? Is there a fix?

      Any help would be appreciated.