Re: QPID Proton bridge: multiple subscribers, one publisher
Frank Quinn <fquinn.ni@...>
Hi Nestor, You definitely need a broker in the middle for that sort of implementation - point to point will not support that. You should be able to publish data to the same MAMA source (topic namespace) from multiple instances if you're using a broker and collect all the data from a single client, but you need to be careful about publishing to the same topic across multiple instances if you're using market data subscriptions. Market data subscriptions check the MamaSenderId and MdSeqNum on every update to detect gaps, so if the client constantly receives overlapping values for these fields on the same subscription, you'll get recap storms. Cheers, Frank
On Wed, Jul 29, 2015 at 7:11 PM, Macrux <kmacrux@...> wrote:
|
|