12 Replies Latest reply on Nov 14, 2012 2:57 AM by mofarn

    multiple core bridge

    galanfish

      hi all, is it possible that we can setup more than one bridge between sevral nodes which match the same local core queue, then a message can be automatically deliver to different nodes?

        • 1. Re: multiple core bridge
          ataylor

          a core bridge is just a consumer so you can have as many as you want i guess, remember tho its a queue so messages will be round robined around each consumer.

          • 2. Re: multiple core bridge
            galanfish

            you mean even i setup more than one bridge, the message could only be deliver to only one other node using one of the bridge?

            • 3. Re: multiple core bridge
              ataylor

              yes, as its a queue. maybe diverts would be helpful to you

              • 4. Re: multiple core bridge
                galanfish

                is it that divert can only inside one hq server?

                • 5. Re: multiple core bridge
                  galanfish

                  i can setup more than one non-exclusive divert to deliver messages to different queue, but how can i know when to delete the original message inside the be-divert-queue? since the diverts are non-exclusive the message is still inside the orignal queue?

                  • 6. Re: multiple core bridge
                    galanfish

                    hi taylor, stupid question: what's the "routing name" for a divert mean? i can't find it in the manual

                    • 7. Re: multiple core bridge
                      ataylor

                      is it that divert can only inside one hq server?

                      yes, but yuou can create bridges between teh queues you divert to

                       

                      hi taylor, stupid question: what's the "routing name" for a divert mean? i can't find it in the manual

                      Its just a unique name you choose

                      • 8. Re: multiple core bridge
                        galanfish

                        can hq server automatically delete the message of the orignal queue after the message is divert to more than one other queues?

                        • 9. Re: multiple core bridge
                          ataylor

                          Jeff Chen wrote:

                           

                          can hq server automatically delete the message of the orignal queue after the message is divert to more than one other queues?

                          if a divert is exclusive then it isnt directed to the destination queue

                          • 10. Re: multiple core bridge
                            galanfish

                            i am not quite understand. here is my senario: i have node1(queueA, queueB, queueC), and i setup diverts for queueA->queueB & queueA->queueC, since i divert the queue to two different other queues, so the two diverts should be non-exclusive, but now the message inside queueA is still there, is there any solution?

                            • 11. Re: multiple core bridge
                              ataylor

                              i am not quite understand. here is my senario: i have node1(queueA, queueB, queueC), and i setup diverts for queueA->queueB & queueA->queueC, since i divert the queue to two different other queues, so the two diverts should be non-exclusive, but now the message inside queueA is still there, is there any solution?

                              Make sure exclusive is set to true

                              • 12. Re: multiple core bridge
                                mofarn

                                Use this scenario:

                                 

                                • Divert qA -> qB (exclusive)
                                • Divert qB -> qC (non-exclusice)

                                 

                                So qA will be empety and qB = qC