2 Replies Latest reply on Dec 2, 2008 3:28 AM by gaohoward

    JBMESSAGING-999 problem in cp04

    mclu

      Hi folks!

      As I can see the Bug http://jira.jboss.com/jira/browse/JBMESSAGING-999 is back again in CP04.
      It was fixed in SP1 but now its back?!?

      Short summary:
      If you startup a bridge with a remote jms provider and the network is not there or remote server is not started yet, it does no failover.

      Reason is line 323/4 of BridgeService which makes a jndi lookup:
      Destination targetDest = (Destination)icTarget.lookup(targetDestinationLookup);

      Can this be fixed in cp05?