I assumed it worked that way, but I wasn't sure. Thank you. Is there a specific Test Case that proves this?
From: Tim Bain [via ActiveMQ] [mailto:[email protected]] Sent: Wednesday, September 16, 2015 11:04 PM To: Billy Buzzard Subject: Re: Does Publisher Flow Control work across a Network Bridge? In that situation, broker 2 will PFC broker 1, and then (later, once broker 1 hits a usage limit) broker 1 will PFC the producer. In a NoB, each broker acts as a producer or a consumer on each networkConnector, so the brokers experience the same interactions that clients do, and any interaction between two clients (sending a message, PFC, etc.) happens because that interaction has happened repeatedly across each network link where the brokers play the roles of producer and/or consumer. On Sep 16, 2015 12:03 PM, "bbuzzard" <[hidden email]</user/SendEmail.jtp?type=node&node=4702052&i=0>> wrote: > I have two brokers, each on its own machine, connected together via a > Network > Bridge where one end uses a full duplex connection. I'm sending in > messages > to the queue shared by both machines at a high rate and I'm expecting > Publisher Flow control to kick in and not let me publish anymore messages > until the consumer on the other machine clears out some messages. > > Does Publisher Flow Control work across two machines using a Network Bridge > or is it limited to a single machine? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Does-Publisher-Flow-Control-work-across-a-Network-Bridge-tp4702039.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > ________________________________ If you reply to this email, your message will be added to the discussion below: http://activemq.2283324.n4.nabble.com/Does-Publisher-Flow-Control-work-across-a-Network-Bridge-tp4702039p4702052.html To unsubscribe from Does Publisher Flow Control work across a Network Bridge?, click here<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4702039&code=QmlsbHkuQnV6emFyZEBibnNmbG9naXN0aWNzLmNvbXw0NzAyMDM5fC05MjA3NTk2MzE=>. NAML<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-Publisher-Flow-Control-work-across-a-Network-Bridge-tp4702039p4702058.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
