3 Replies Latest reply on Jul 10, 2012 8:14 AM by ataylor

    Is it possible to configure a HornetQ server to accept core bridge connections from any ip address?

    dannyboy

      I have the following scenario and I am a bit confused as to if this is even possible.

       

      Server 0

      - Has a queue X

       

      Server 1

      - Has a connector with IP address of Server 0

      - Has a queue Y

      - Has a core bridge that forwards messages from queue Y on Server 1 to queue X on Server 0

       

      Server 2

      - Has a connector with IP address of Server 0

      - Has a queue Y

      - Has a core bridge that forwards messages from queue Y on Server 2 to queue X on Server 0

       

      .....

       

      Server N

      - Has a connector with IP address of Server 0

      - Has a queue Y

      - Has a core bridge that forwards messages from queue Y on Server N to queue X on Server 0

       

       

      First question: Don't I need an acceptor on Server 0 that must have the IP addresses of Server 1, 2 through to N?

       

      Second question: Can I somehow configure Server 0 so that it will allow any Server 1, 2... through to N to connect through a core bridge without Server 0 knowing the IP address of that server?